skinview3d/package.json

36 lines
995 B
JSON

{
"name": "skinview3d",
"version": "1.0.2",
"description": "Three.js powered Minecraft skin viewer",
"module": "build/skinview3d.module.js",
"main": "build/skinview3d.js",
"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.87.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.14.0",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-uglify": "^2.0.1",
"uglify-es": "^3.1.3"
}
}