-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.43 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
{
"name": "letsc.de",
"version": "0.0.89",
"private": true,
"scripts": {
"start": "node ./server/server.js"
},
"dependencies": {
"express": "~3.2.6",
"request": "~2.21.0",
"async": "~0.2.8",
"mongodb": "~1.3.6",
"mongoose": "~3.6.11",
"express-hbs": "~0.2.0",
"underscore": "~1.4.4",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"assert": "~0.4.9",
"vargs": "~0.1.0",
"nconf": "~0.6.7",
"swagger-node-express": "1.3.2",
"sendgrid": "~0.4.6",
"ejs": "~1.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-compass": "~1.0.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-handlebars": "~0.5.8",
"grunt-contrib-htmlmin": "0.1.3",
"grunt-contrib-imagemin": "0.1.4",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-express-server": "~0.4.1",
"grunt-open": "~0.2.0",
"mocha": "~1.13.0",
"chai": "~1.8.0",
"q": "~0.9.7",
"supertest": "~0.8.0",
"passport-stub-js": "~0.1.0",
"grunt-casper": "~0.1.3",
"sinon": "~1.7.3",
"grunt-mocha-test": "~0.7.0",
"grunt-mocha-phantomjs": "~0.3.0",
"grunt-text-replace": "~0.3.8",
"grunt-shell": "~0.5.0",
"requirejs": ">=2.1.10"
},
"engines": {
"node": ">=0.10.0"
}
}