-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 851 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
{
"name": "jsgame",
"version": "0.1.0",
"description": "JS Game is a 2D game engine written in JavaScript. It provides built-in objects and functions, to make it easier to write HTML5 games.",
"main": "src/jsgame.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alrek-consulting/JSGame.git"
},
"keywords": [
"game",
"engine",
"jsgame",
"html5",
"canvas",
"2d",
"vector",
"physics"
],
"author": "Thomas Alrek <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/alrek-consulting/JSGame/issues"
},
"homepage": "https://github.com/alrek-consulting/JSGame#readme",
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"babelify": "^7.3.0",
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}