forked from drewblaisdell/conway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 843 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 843 Bytes
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": "conway-multiplayer-game-of-life",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "grunt development",
"start": "node app"
},
"engines": {
"node": "10.0.x"
},
"dependencies": {
"MD5": "1.2.1",
"body-parser": "~1.3.1",
"ejs": "~1.0.0",
"express": "~4.4.3",
"grunt-cli": "^1.3.2",
"requirejs": "~2.1.14",
"socket.io": "1.1.0",
"errorhandler": "~1.0.2",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-processhtml": "^0.3.3"
},
"devDependencies": {
"errorhandler": "~1.0.2",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-processhtml": "^0.3.3"
}
}