forked from amir-arad/Artifacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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": "Artifacts",
"description": "Artifacts - live games solutions system",
"version": "0.1.0",
"private": false,
"author": "Amir Arad",
"repository": {
"type": "git",
"url": "https://github.com/amir-arad/Artifacts.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": "bower install"
},
"dependencies": {
"coffee-script" : "latest",
"express": "latest",
"eventemitter2" : "latest",
"socket.io": "latest",
"express.io": "git://github.com/techpines/express.io",
"mongodb": "latest",
"connect-mongo": "latest",
"connect-flash": "latest",
"crypto": "latest",
"passport": "latest",
"passport-local": "latest",
"passport.socketio" : "latest",
"underscore": "latest",
"keypath": "latest",
"async" : "latest",
"view-helpers": "latest",
"winston": "latest",
"forever": "latest",
"bower": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-env": "latest",
"pause-stream": "latest",
"connect-busboy" : "latest",
"connect-timeout" : "latest"
},
"devDependencies": {
"supertest": "latest",
"should": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-nodemon": "latest",
"grunt-concurrent": "latest",
"grunt-mocha-test": "0.8.0"
}
}