Skip to content

Commit

Permalink
feat: added jquery + browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Grander committed Nov 27, 2016
1 parent e690bf8 commit bc413ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -9,6 +9,7 @@
},
"scripts": {
"start": "node app.js",
"build": "browserify -r jquery > public/js/bundle.js",
"cleanup": "mongo express-todo --eval 'db.todos.remove({});'"
},
"dependencies": {
Expand All @@ -20,6 +21,7 @@
"express": "4.12.4",
"express-fileupload": "0.0.5",
"humanize-ms": "1.0.1",
"jquery": "^2.2.4",
"marked": "0.3.5",
"method-override": "latest",
"moment": "2.15.1",
Expand All @@ -31,5 +33,8 @@
"st": "0.2.4",
"stream-buffers": "^3.0.1",
"tap": "^5.7.0"
},
"devDependencies": {
"browserify": "^13.1.1"
}
}

0 comments on commit bc413ac

Please sign in to comment.