-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "skinex",
"appname": "SkinEx",
"version": "0.4.3",
"description": "Pony skin tools",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"dev": "NODE_ENV=development gulp dev",
"path": "echo $PATH | tr ':' '\n'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keupoz/PonyTools.git"
},
"author": "keupoz",
"license": "MIT",
"bugs": {
"url": "https://github.com/keupoz/PonyTools/issues"
},
"homepage": "https://github.com/keupoz/PonyTools#readme",
"devDependencies": {
"anymatch": "^3.0.2",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.7",
"gulp": "^4.0.0",
"gulp-newer": "^1.4.0",
"gulp-pug": "^4.0.1",
"gulp-stylus": "^2.7.0",
"rimraf": "^2.6.3",
"rollup": "^1.6.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-vue": "^4.7.2",
"vue-template-compiler": "^2.6.9"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"colorwheel2": "github:keupoz/colorwheel2",
"file-saver": "^2.0.1",
"three": "^0.104.0",
"vue": "^2.6.9"
}
}