forked from meamstack/RadarServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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
{
"name": "meetme",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"express": "~3.4.0",
"ejs": "~0.8.4",
"mongodb": "~1.3.19",
"mongoose": "~3.6.20",
"passport": "~0.1.17",
"passport-facebook": "~1.0.1",
"aws-sdk": "~1.8.1",
"knox": "~0.8.6",
"connect-mongo": "~0.3.3",
"chai": "~1.8.1",
"mocha": "~1.13.0",
"sinon": "~1.7.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-compass": "~0.3.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-watch": "~0.4.0",
"grunt-usemin": "~0.1.11",
"grunt-rev": "~0.1.0",
"grunt-karma": "~0.4.3",
"grunt-open": "~0.2.0",
"grunt-concurrent": "~0.3.0",
"matchdep": "~0.1.2",
"connect-livereload": "~0.2.0",
"grunt-google-cdn": "~0.2.0",
"grunt-ngmin": "~0.0.2",
"grunt-express": "~1.0.0",
"grunt-contrib-stylus": "~0.8.0",
"supertest": "~0.8.0",
"async": "~0.2.9",
"mocha": "~1.13.0",
"grunt-mocha-test": "~0.7.0",
"grunt-mocha-cov": "0.0.7",
"mocha-lcov-reporter": "0.0.1",
"q": "~0.9.7"
}
}