forked from artemis-nerds/node-asbs-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 953 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 953 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
38
{
"name": "asbs-lib",
"version": "0.1.1",
"description": "Low-level interface library to Artemis SBS game servers/clients",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/artemis-nerds/node-asbs-lib.git"
},
"keywords": [
"artemis",
"space",
"bridge",
"simulator",
"game",
"interface"
],
"author": "Iván Sánchez Ortega <ivan@sanchezortega.es>",
"license": "Beerware",
"bugs": {
"url": "https://github.com/artemis-nerds/node-asbs-lib/issues"
},
"homepage": "https://github.com/artemis-nerds/node-asbs-lib",
"dependencies": {
"babel": "^5.1.11",
"gobble": "^0.9.2",
"gobble-babel": "^5.0.0",
"gobble-cli": "^0.4.0"
},
"engines": {
"node": ">=0.10.29",
"iojs": ">=1.0.0"
},
"scripts": {
"postinstall": "node_modules/gobble-cli/lib/index.js build lib",
"watch": "node_modules/gobble-cli/lib/index.js watch lib"
}
}