-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 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
{
"name": "pixi-alpha-map",
"version": "1.0.0",
"description": "A sprite that uses two separate images for color and transparency for pixi v3",
"author": "Matt Ostgard",
"contributors": [
"Ivan Popelyshev <[email protected]>"
],
"main": "./src/index.js",
"homepage": "https://github.com/mattostgard/pixi-alpha-map",
"bugs": {
"url": "https://github.com/mattostgard/pixi-alpha-map/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"pixi.js": "^3.0.9"
},
"keywords": [
"pixi",
"2d",
"render"
],
"dependencies": {
"resource-loader": "^1.6.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",
"gulp-mocha": "^2.1.3",
"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": []
}
}