forked from excaliburjs/Excalibur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 KB
/
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": "excalibur",
"description": "Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.",
"main": "dist/excalibur-0.6.0.js",
"version": "0.6.0",
"author": "https://github.com/excaliburjs/Excalibur/graphs/contributors",
"homepage": "https://github.com/excaliburjs/Excalibur",
"repository": {
"type": "git",
"url": "git://github.com/excaliburjs/Excalibur.git"
},
"bugs": {
"url": "https://github.com/excaliburjs/Excalibur/issues"
},
"license": "BSD-2-Clause",
"keywords": [
"excalibur",
"game",
"engine",
"typescript",
"javascript",
"simple"
],
"devDependencies": {
"typescript": "1.6.2",
"istanbul": "0.4.2",
"grunt": "0.4.5",
"grunt-contrib-concat": "0.1.2",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-watch": "0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-jasmine-node-coverage": "^0.4.1",
"grunt-minified": "0.0.6",
"grunt-shell": "0.6.1",
"grunt-tslint": "~2.3.0-beta",
"tslint": "~2.3.0-beta",
"jasmine-node": "1.10.2",
"travis-ci": "2.0.3"
}
}