-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 928 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
{
"name": "valor",
"version": "0.0.0",
"description": "Subspace clone in HTML5",
"main": "Subspace.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"bintrees": "^1.0.0",
"coffeeify": "^1.0.0",
"foreman": "^1.3.0",
"http-server": "^0.7.5",
"jdataview": "^2.0.3",
"jParser": "^1.0.2",
"msgpack5": "^2.0.0",
"performance-now": "^0.2.0",
"restruct": "^0.1.3",
"watchify": "^2.4.0",
"ws": "^0.7.1",
"rbush": "^1.2.4",
"coffeelint": "^1.15.7"
},
"devDependencies": {
"coffee-script": "=1.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/perplexes/valor.git"
},
"author": "Colin Curtin",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/perplexes/valor/issues"
},
"homepage": "https://github.com/perplexes/valor"
}