39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "skinview3d",
|
|
"version": "1.1.0-alpha.1",
|
|
"description": "Three.js powered Minecraft skin viewer",
|
|
"module": "build/skinview3d.module.js",
|
|
"main": "build/skinview3d.js",
|
|
"typings": "types/skinview3d.d.ts",
|
|
"scripts": {
|
|
"build": "rollup -c tools/rollup.module.js && rollup -c tools/rollup.browser.js && rollup -c tools/rollup.browser.min.js",
|
|
"prepare": "npm test && rm -rf build && npm run build",
|
|
"test": "eslint src/** tools/**"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/to2mbn/skinview3d.git"
|
|
},
|
|
"author": "yushijinhun",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/to2mbn/skinview3d/issues"
|
|
},
|
|
"homepage": "https://github.com/to2mbn/skinview3d",
|
|
"dependencies": {
|
|
"three": "^0.89.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/three": "^0.89.6",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"eslint": "^4.16.0",
|
|
"rollup": "^0.55.3",
|
|
"rollup-plugin-babel": "^3.0.3",
|
|
"rollup-plugin-node-resolve": "^3.0.2",
|
|
"rollup-plugin-uglify": "^3.0.0",
|
|
"uglify-es": "^3.3.9"
|
|
}
|
|
}
|