Skip to content

Commit

Permalink
setup devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 13, 2016
1 parent 9941038 commit d1de0fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@
],
"devDependencies": {
"acho": "~2.5.3",
"browserify": "~13.0.0",
"coffeeify": "~2.0.1",
"download": "~4.4.3",
"tmp": "0.0.28"
"gulp": "~3.9.1",
"gulp-header": "~1.7.1",
"gulp-uglify": "~1.5.3",
"gulp-util": "~3.0.7",
"tmp": "0.0.28",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0"
},
"engines": {
"node": ">= 0.10"
Expand Down

0 comments on commit d1de0fc

Please sign in to comment.