forked from pixijs-userland/spine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
47
48
49
50
51
52
53
54
{
"name": "pixi-spine",
"version": "1.0.21",
"description": "Spine implementation for pixi v^3",
"author": "Mat Groves",
"contributors": [
"Chad Engler <chad@pantherdev.com>",
"Richard Davey <rdavey@gmail.com>",
"Ivan Popelyshev <ivan.popelyshev@gmail.com>"
],
"main": "./src/index.js",
"homepage": "https://github.com/pixijs/pixi-spine",
"bugs": {
"url": "https://github.com/pixijs/pixi-spine/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"pixi.js": "^3.0.9"
},
"dependencies": {
"gulp-mocha": "^2.1.3"
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"docs": "./node_modules/.bin/jsdoc -c ./gulp/util/jsdoc.conf.json"
},
"devDependencies": {
"browserify": "^9.0.3",
"chai": "^2.1.1",
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-cached": "^1.1.0",
"gulp-jshint": "^1.11.2",
"gulp-mirror": "^0.4.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"ink-docstrap": "^0.5.2",
"jsdoc": "^3.3.0-alpha13",
"jshint-summary": "^0.4.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
},
"browserify": {
"transform": []
}
}