We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da9fdb commit 0cd1535Copy full SHA for 0cd1535
package.json
@@ -0,0 +1,17 @@
1
+
2
+{
3
+ "name": "jquery.plugin-boilerplate",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/sid04naik/jquery.plugin-boilerplate.git"
7
+ },
8
+ "description": "Simple and opinionated jquery plugin boilerplate.",
9
+ "author": "Siddhant",
10
+ "version": "1.0.0",
11
+ "devDependencies": {
12
+ "jshint": "^2.10.2"
13
14
+ "scripts": {
15
+ "test": "./node_modules/jshint/bin/jshint hello.js"
16
+ }
17
+}
0 commit comments