2017-10-01 14:00:45 +02:00
|
|
|
{
|
|
|
|
"name": "skinview3d",
|
2018-01-20 11:11:25 +01:00
|
|
|
"version": "1.1.0-alpha.1",
|
2017-10-01 14:00:45 +02:00
|
|
|
"description": "Three.js powered Minecraft skin viewer",
|
2018-01-06 12:31:34 +01:00
|
|
|
"module": "build/skinview3d.module.js",
|
|
|
|
"main": "build/skinview3d.js",
|
2018-02-04 15:15:03 +01:00
|
|
|
"typings": "types/skinview3d.d.ts",
|
2017-10-01 14:00:45 +02:00
|
|
|
"scripts": {
|
2018-01-06 12:31:34 +01:00
|
|
|
"build": "rollup -c tools/rollup.module.js && rollup -c tools/rollup.browser.js && rollup -c tools/rollup.browser.min.js",
|
2017-10-02 15:29:41 +02:00
|
|
|
"prepare": "npm test && rm -rf build && npm run build",
|
2018-02-11 20:18:14 +01:00
|
|
|
"test": "eslint src/** tools/** && tslint -c tslint.json types/**.ts",
|
|
|
|
"dev": "npm-run-all --parallel watch serve",
|
2018-02-12 01:01:40 +01:00
|
|
|
"watch": "rollup -w -c tools/rollup.browser.js",
|
2018-02-11 20:18:14 +01:00
|
|
|
"serve": "ws"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/to2mbn/skinview3d.git"
|
|
|
|
},
|
2018-02-10 07:05:07 +01:00
|
|
|
"author": "Haowei Wen <yushijinhun@gmail.com> (https://github.com/yushijinhun)",
|
|
|
|
"contributors": [
|
|
|
|
"Sean Boult <hacksore@mcskinsearch.com> (https://github.com/Hacksore)",
|
|
|
|
"Pig Fang <g-plane@hotmail.com> (https://github.com/g-plane)",
|
2018-02-12 08:52:48 +01:00
|
|
|
"printempw <h@prinzeugen.net> (https://github.com/printempw)",
|
2018-02-10 07:05:07 +01:00
|
|
|
"Kent Rasmussen <hyprkookeez@gmail.com> (https://github.com/earthiverse)"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2017-10-01 14:00:45 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/to2mbn/skinview3d/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/to2mbn/skinview3d",
|
|
|
|
"dependencies": {
|
2018-01-15 12:06:46 +01:00
|
|
|
"three": "^0.89.0"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-02-04 15:15:03 +01:00
|
|
|
"@types/three": "^0.89.6",
|
2017-10-01 14:00:45 +02:00
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
2018-01-04 10:49:20 +01:00
|
|
|
"babel-preset-env": "^1.6.1",
|
2018-02-12 08:57:30 +01:00
|
|
|
"eslint": "^4.17.0",
|
2018-02-11 20:18:14 +01:00
|
|
|
"local-web-server": "^2.4.0",
|
|
|
|
"npm-run-all": "^4.1.2",
|
2018-02-02 11:37:35 +01:00
|
|
|
"rollup": "^0.55.3",
|
2018-01-15 12:06:46 +01:00
|
|
|
"rollup-plugin-babel": "^3.0.3",
|
2018-02-10 07:05:07 +01:00
|
|
|
"rollup-plugin-license": "^0.5.0",
|
2018-01-15 11:46:30 +01:00
|
|
|
"rollup-plugin-node-resolve": "^3.0.2",
|
2018-02-02 11:37:35 +01:00
|
|
|
"rollup-plugin-uglify": "^3.0.0",
|
2018-02-09 04:14:48 +01:00
|
|
|
"tslint": "^5.9.1",
|
|
|
|
"typescript": "^2.7.1",
|
2018-02-12 08:57:30 +01:00
|
|
|
"uglify-es": "^3.3.10"
|
2017-10-01 14:00:45 +02:00
|
|
|
}
|
|
|
|
}
|