-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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": "wheelsofwar",
"description": "Wheels Of War",
"version": "0.0.1",
"private": false,
"author": "Sebastian Jørgensen",
"repository": {
"type": "git",
"url": "https://github.com/qvazar/WheelsOfWar.git"
},
"engines": {
"node": "latest",
"npm": "latest"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "NODE_ENV=test node node_modules/grunt-cli/bin/grunt test",
"postinstall": "bower install"
},
"dependencies": {
"express": "latest",
"jade": "latest",
"mongoose": "latest",
"connect-mongo": "latest",
"connect-flash": "latest",
"passport": "latest",
"passport-local": "latest",
"passport-facebook": "latest",
"passport-twitter": "latest",
"passport-google-oauth": "latest",
"underscore": "latest",
"async": "latest",
"view-helpers": "latest",
"forever": "latest",
"bower": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"socket.io": "latest",
"requirejs": "latest",
"lazy": "latest"
},
"devDependencies": {
"supertest": "latest",
"should": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-nodemon": "latest",
"grunt-concurrent": "latest",
"grunt-mocha-test": "latest",
"coffee-script": "latest",
"grunt-spritesmith": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-compass": "latest"
}
}