forked from cardsforhumanity/cardsforhumanity
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
executable file
·58 lines (58 loc) · 1.58 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": "cardsforhumanity",
"description": "A Game For Horrible People Desperately Trying To Do Good",
"version": "1.0.0",
"private": false,
"author": "cardsforhumanity",
"repository": {
"type": "git",
"url": "https://github.com/cardsforhumanity/cardsforhumanity.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "node node_modules/grunt-cli/bin/grunt install"
},
"dependencies": {
"express": "~3.4.0",
"jade": "~0.35.0",
"bower": "~1.3.8",
"mongoose": "~3.6.20",
"connect-mongo": "~0.3.3",
"connect-flash": "~0.1.1",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"passport-facebook": "~2.0.0",
"passport-twitter": "~1.0.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"underscore": "~1.5.2",
"async": "~0.2.9",
"view-helpers": "~0.1.3",
"mean-logger": "~0.0.1",
"forever": "latest",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-bower-task": "~0.4.0",
"socket.io": "~0.9.16",
"bcryptjs": "~1.0.4",
"socket.io-client": "~0.9.16",
"sinon": "~1.7.3",
"console-stamp": "~0.1.1"
},
"devDependencies": {
"supertest": "~0.8.0",
"should": "~1.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.6.4",
"grunt-nodemon": "~0.1.1",
"grunt-concurrent": "~0.4.0",
"grunt-mocha-test": "~0.7.0",
"grunt": "~0.4.1",
"grunt-contrib-sass": "~0.5.0"
}
}