Skip to content

Commit 0cd1535

Browse files
authored
Create package.json
1 parent 1da9fdb commit 0cd1535

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)