-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
62 lines (62 loc) · 1.41 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "lazer",
"version": "0.0.1",
"release": "Asuna",
"description": "A fast, free and fun HTML5 Game Framework built on ES6.",
"author": "Richard Davey <hello@lazerjs.io> (http://www.lazerjs.io)",
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",
"homepage": "http://lazerjs.io",
"bugs": "https://github.com/photonstorm/lazer/issues",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"main": "./build/lazer.js",
"jsnext:main": "dist/lazer.es6.js",
"repository": {
"type": "git",
"url": "https://photonstorm@github.com/photonstorm/lazer.git"
},
"scripts": {
"test": "NODE_ENV=test grunt jshint && ava"
},
"keywords": [
"2d",
"3d",
"8bit",
"HTML5",
"WebGL",
"action",
"arcade",
"banner",
"canvas",
"casual",
"collision",
"es2015",
"es6",
"game",
"javascript",
"multiplayer",
"phaser",
"physics",
"puzzle",
"retro",
"rpg",
"sound",
"tilemaps",
"tweens",
"typescript",
"web audio"
],
"devDependencies": {
"ava": "^0.10.0",
"babel": "^6.1.18",
"babel-cli": "^6.1.18",
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5",
"babel-polyfill": "^6.1.19",
"babel-preset-es2015": "^6.1.18",
"eslint": "^1.9.0",
"systemjs": "^0.19.6",
"traceur": "0.0.92",
"typescript": "^1.6.2"
}
}