forked from pixijs/pixijs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (40 loc) · 1.34 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
{
"name": "pixi.js",
"version": "2.0.0",
"description": "Pixi.js is a fast lightweight 2D library that works across all devices.",
"author": "Mat Groves",
"contributors": [
"Chad Engler <[email protected]>"
],
"logo": "http://www.goodboydigital.com/pixijs/logo_small.png",
"homepage": "http://goodboydigital.com/",
"bugs": "https://github.com/GoodBoyDigital/pixi.js/issues",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"repository": {
"type": "git",
"url": "https://github.com/GoodBoyDigital/pixi.js.git"
},
"main": "bin/pixi.js",
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.8",
"grunt-contrib-uglify": "~0.2",
"grunt-contrib-connect": "~0.5",
"grunt-contrib-yuidoc": "~0.5",
"grunt-concat-sourcemap": "~0.4",
"grunt-contrib-concat": "~0.3",
"mocha": "~1.15",
"chai": "~1.8",
"karma": "~0.12",
"karma-chrome-launcher": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-mocha": "~0.1",
"karma-spec-reporter": "~0.0.6",
"grunt-contrib-watch": "~0.5.3"
}
}