-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 884 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": "node-webkit-game-engine",
"version": "0.0.0",
"description": "A game engine for making games that run in node-webkit",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/UmbraEngineering/node-webkit-game-engine"
},
"keywords": [
"node-webkit",
"game",
"keys",
"gamepad"
],
"author": "James Brumond <james@jbrumond.me> (http://www.jbrumond.me)",
"license": "ISC",
"bugs": {
"url": "https://github.com/UmbraEngineering/node-webkit-game-engine/issues"
},
"homepage": "https://github.com/UmbraEngineering/node-webkit-game-engine",
"dependencies": {
"eventemitter2": "^0.4.14",
"keypress.js": "^2.1.0-1",
"merge-recursive": "0.0.3",
"promise-es6": "^0.1.0",
"promise-extensions": "^0.1.2"
}
}