-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "CommandPost",
"version": "1.0.0-beta.3",
"private": true,
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"ejs": "~1.0.0",
"express": "~3.4.8",
"mongoose": "~3.8.8",
"password-hash": "~1.2.2",
"rsvp": "~3.0.6",
"lodash": "~2.4.1",
"node-uuid": "~1.4.1",
"faye": "~1.0.1"
},
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1",
"grunt": "~0.4.4",
"ember-template-compiler": "~1.3.0",
"grunt-browserify": "~2.0.8",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-develop": "~0.3.0",
"grunt-ember-templates": "~0.4.21",
"grunt-exec": "~0.4.5",
"grunt-mocha-phantomjs": "~0.4.3",
"grunt-mocha-test": "~0.10.2",
"mongodb": "~1.4.3",
"portscanner": "~0.2.3",
"time-grunt": "~0.3.1"
}
}