-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 946 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
36
37
38
39
40
41
42
{
"name": "multi",
"version": "0.0.1",
"description": "A framework based on web based multi-screen games using node.js and socket.io",
"main": "app.js",
"author": "Christine Coenen",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cemrich/multi.git"
},
"keywords": [
"multi-screen",
"games"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cemrich/multi/issues"
},
"dependencies": {
"express": "3.4.8",
"socket.io": "0.9.16",
"jade": "1.1.5",
"less-middleware": "0.1.14",
"requirejs": "2.1.9",
"amdefine": "0.1.0"
},
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-qunit": "0.4.0",
"grunt-contrib-jshint": "0.8.0",
"grunt-contrib-watch": "0.5.3",
"grunt-jsdoc": "0.5.1",
"grunt-contrib-requirejs": "0.4.1",
"qunit": "0.5.18"
},
"engines": {
"node": "0.10.x"
}
}