-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
39 lines (39 loc) · 1.21 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
{
"name": "pixi-live2d",
"version": "1.2.1",
"description": "Display live2D model as a sprite in pixi.js.",
"main": "dist/pixi-live2d.js",
"scripts": {
"prepublish": "npm run build",
"build": "webpack --progress --colors --devtool source-map",
"build-min": "webpack --progress --colors --devtool source-map --optimize-minimize",
"build-watch": "webpack --progress --colors --devtool source-map --watch",
"dev": "webpack-dev-server --config ./webpack.config.example.js --progress --colors --devtool source-map --hot --host 0.0.0.0 --compress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"live2d",
"pixi.js",
"waifu",
"anime"
],
"author": "Icemic Jia <[email protected]>",
"homepage": "https://github.com/avgjs/pixi-live2d",
"bugs": {
"url": "https://github.com/avgjs/pixi-live2d/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/avgjs/pixi-live2d.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-latest": "^6.16.0",
"pixi.js": "^4.0.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}