Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0982e50

Browse files
committed
clean up package.json
1 parent 330a756 commit 0982e50

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,19 @@
2020
"gulp-zip": "~0.4.0",
2121
"jquery": "~2.1.1",
2222
"js-beautify": "~1.5.1",
23-
"node-webkit-builder": "^1.0.8",
2423
"nw": "0.12.3",
2524
"partialify": "^3.1.1",
2625
"underscore": "~1.6.0",
27-
"vue": "^0.10.3"
26+
"vue": "^0.10.3",
27+
"autolinker": "^0.17.1",
28+
"nw-builder": "^2.0.2",
29+
"request": "^2.56.0"
2830
},
2931
"scripts": {
3032
"app": "nw public"
3133
},
3234
"repository": {
3335
"type": "git",
3436
"url": "git://github.com/antiboredom/jside.git"
35-
},
36-
"dependencies": {
37-
"autolinker": "^0.17.1",
38-
"nw-builder": "^2.0.2",
39-
"request": "^2.56.0"
4037
}
4138
}

0 commit comments

Comments
 (0)