-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 938 Bytes
/
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
{
"name": "EatEmAll",
"version": "0.0.1",
"description": "Best game of the world",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Benhamiche Sylvain & Le Goff Quentin",
"license": "BSD",
"dependencies": {
"bower": "^1.5.3",
"express": "^4.13.3",
"grunt": "^0.4.5",
"karma": "^0.13.15",
"requirejs": "^2.1.20",
"socket.io": "~1.3.7"
},
"devDependencies": {
"grunt-contrib-watch": "*",
"grunt-express-server": "*",
"grunt-open": "*",
"grunt-karma": "^0.12.1",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-opera-launcher": "^0.3.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"karma-safari-launcher": "^0.1.1",
"load-grunt-tasks": "*",
"phantomjs": "^1.9.18"
}
}