forked from pixijs-userland/pixi-haxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 829 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
34
35
36
37
38
39
{
"name": "pixijs",
"version": "4.3.3",
"description": "Externs of pixi.js v4.x for Haxe - a fast and lightweight 2D rendering library that works across all devices",
"author": "Adi Reddy Mora",
"homepage": "http://adireddy.github.io",
"repository": {
"type": "git",
"url": "https://github.com/pixijs/pixi-haxe"
},
"bugs": {
"url": "https://github.com/pixijs/pixi-haxe/issues"
},
"keywords": [
"js",
"haxe",
"pixi",
"pixi.js",
"pixijs",
"extern",
"web",
"library"
],
"dependencies": {
"grunt": "latest",
"grunt-cli": "latest"
},
"license": "MIT",
"devDependencies": {
"pixi.js": "^3.0.8",
"grunt-contrib-copy": "^0.7.0",
"grunt-exec": "^0.4.6",
"grunt-haxe": "^0.1.12",
"grunt-npm-install": "^0.2.0",
"grunt-shell": "^1.1.1",
"grunt-zip": "^0.16.0",
"jsdoc": "^3.2.2"
}
}