-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 992 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
40
{
"name": "anim8js-pixi",
"version": "1.0.2",
"description": "anim8 PixiJS (http://www.pixijs.com/)",
"author": "Philip Diffenderfer",
"main": "build/anim8js-pixi.js",
"types": "index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/anim8js/anim8js-pixi.git"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-check-filesize": "^2.0.1",
"gulp-concat": "^2.4.3",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-qunit": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.2.11",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.4",
"gulp-watch": "^3.0.0",
"jaguarjs-jsdoc": "^1.0.1",
"jsdoc": "^3.4.0",
"jshint": "^2.9.2",
"merge-stream": "^1.0.0",
"@types/pixi.js": "^4.8.7",
"pixi.js": "^4.8.7"
},
"dependencies": {
"anim8js": "^1.0.0"
}
}