forked from A-M-T/SpaceBots
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 751 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 751 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
36
37
{
"name": "SpaceBots",
"version": "0.1.0",
"description": "Programming game for the browser.",
"main": "server.js",
"dependencies": {
"nesh": "1.4.0",
"sty": "~0.6.1",
"winston": "~0.7.1",
"node-static": "~0.6.9",
"socket.io": "~0.9.16",
"optimist": "0.5.2",
"validator": "2.0.0",
"findit": "0.1.2",
"colors": ">=0.6.0",
"mime": ">=1.2.9"
},
"devDependencies": {},
"scripts": {
"test": "node server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mafik/SpaceBots.git"
},
"keywords": [
"game",
"programming",
"spacebots",
"space",
"bots",
"ai"
],
"author": "Marek Rogalski",
"license": "GNU GPLv3"
}