-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
61 lines (61 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "myapp",
"description": "Boilerplate web app using node, express, mongodb, backbone, marionette. Tooling includes Grunt, Bower, Browserify, etc.",
"version": "0.0.1",
"author": "Jason Krol",
"repository": {
"type": "git",
"url": "https://github.com/jkat98/benm.git"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node server/server.js",
"test": "grunt test"
},
"dependencies": {
"express": "~3.4.2",
"mongoose": "~3.8.3",
"handlebars-runtime": "~1.0.12",
"express3-handlebars": "~0.5.0",
"MD5": "~1.2.0"
},
"devDependencies": {
"bower": "~1.2.8",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-bower-task": "~0.3.4",
"grunt-nodemon": "~0.1.2",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-firefox-launcher": "~0.1.2",
"karma-jasmine": "~0.1.4",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.8",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"browserify": "2.36.1",
"grunt-browserify": "~1.3.0",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.3",
"grunt-contrib-watch": "~0.5.3",
"grunt-concurrent": "~0.4.2",
"grunt-karma": "~0.6.2",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-handlebars": "~0.6.0",
"grunt-contrib-cssmin": "~0.7.0",
"hbsfy": "~1.0.0",
"grunt-shell-spawn": "~0.3.0",
"chai": "~1.9.0",
"sinon": "~1.8.1",
"sinon-chai": "~2.5.0",
"grunt-simple-mocha": "~0.4.0",
"proxyquire": "~0.5.2"
}
}