-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 857 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
{
"name": "pixi-heaven",
"version": "0.1.9",
"description": "PIXI.js advanced color modes, sprites, meshes",
"author": "Ivan Popelyshev",
"contributors": [
"Ivan Popelyshev <ivan.popelyshev@gmail.com>"
],
"main": "./dist/pixi-heaven.js",
"types": "./dist/pixi-heaven.d.ts",
"homepage": "https://github.com/gameofbombs/pixi-heaven",
"bugs": {
"url": "https://github.com/gameofbombs/pixi-heaven/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gameofbombs/pixi-heaven.git"
},
"scripts": {
"cleanup": "rimraf dist && mkdirp dist",
"prestart": "npm run cleanup",
"build": "tsc -p src/shumway/ && tsc -p src/viewer/"
},
"files": [
"dist/",
"src/"
],
"devDependencies": {
"rimraf": "~2.5.3",
"mkdirp": "~0.5.1",
"typescript": "~2.7"
}
}