-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 913 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
{
"name": "nodegame-window",
"description": "Provides a handy API to interface nodeGame with the browser window.",
"version": "7.0.0",
"keywords": [ "nodegame", "window", "browser", "frame", "behavioral", "multiplayer", "games", "ui" ],
"author": "Stefano Balietti <futur.dorko@gmail.com>",
"license": "MIT",
"dependencies": {
"JSUS": ">= 1.0.0",
"NDDB": ">= 1.2.1",
"commander": ">= 2.8.1",
"smoosh": "0.4.0"
},
"devDependencies": {
"mocha": ">= 0.3.0",
"chai": ">= 1.10.0",
"mocha-phantomjs": "3.5.1",
"jsdom" : ">= 0.2.14",
"docker": "0.2.2"
},
"engines": {
"node": ">= 0.12.0",
"nodegame": ">= 4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nodeGame/nodegame-window.git"
},
"scripts": {
"test": "node_modules/mocha-phantomjs/bin/mocha-phantomjs http://localhost:8080/testergame/test/index.htm"
}
}