2017-10-01 14:00:45 +02:00
|
|
|
{
|
|
|
|
"name": "skinview3d",
|
2020-01-01 09:00:44 +01:00
|
|
|
"version": "1.2.1",
|
2017-10-01 14:00:45 +02:00
|
|
|
"description": "Three.js powered Minecraft skin viewer",
|
2018-08-01 15:59:36 +02:00
|
|
|
"module": "dist/skinview3d.module.js",
|
|
|
|
"main": "dist/skinview3d.js",
|
2017-10-01 14:00:45 +02:00
|
|
|
"scripts": {
|
2018-08-01 15:52:32 +02:00
|
|
|
"build": "rollup -c",
|
2018-10-20 17:28:37 +02:00
|
|
|
"test": "karma start && npm run lint",
|
2019-12-29 05:48:05 +01:00
|
|
|
"prepublishOnly": "rimraf dist && npm run build",
|
2018-08-06 12:15:18 +02:00
|
|
|
"lint": "tslint --formatters-dir ./node_modules/tslint-formatter-beauty -t beauty -p .",
|
2018-08-01 15:52:32 +02:00
|
|
|
"dev": "npm-run-all --parallel watch serve",
|
|
|
|
"watch": "rollup -w -c",
|
2018-02-11 20:18:14 +01:00
|
|
|
"serve": "ws"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-06-30 17:32:08 +02:00
|
|
|
"url": "git+https://github.com/bs-community/skinview3d.git"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
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": {
|
2018-06-30 17:32:08 +02:00
|
|
|
"url": "https://github.com/bs-community/skinview3d/issues"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
2018-06-30 17:32:08 +02:00
|
|
|
"homepage": "https://github.com/bs-community/skinview3d",
|
2018-07-02 16:21:27 +02:00
|
|
|
"files": [
|
2018-08-01 15:59:36 +02:00
|
|
|
"dist"
|
2018-07-02 16:21:27 +02:00
|
|
|
],
|
2017-10-01 14:00:45 +02:00
|
|
|
"dependencies": {
|
2020-01-01 08:59:27 +01:00
|
|
|
"three": "^0.112.1"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-26 03:57:27 +01:00
|
|
|
"@rollup/plugin-node-resolve": "^6.0.0",
|
2018-07-21 14:52:02 +02:00
|
|
|
"@types/chai": "^4.1.4",
|
|
|
|
"@types/mocha": "^5.2.5",
|
2019-12-26 03:57:27 +01:00
|
|
|
"chai": "^4.2.0",
|
2018-08-16 15:10:43 +02:00
|
|
|
"karma": "^3.0.0",
|
2018-07-06 05:32:46 +02:00
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"karma-webpack": "^3.0.0",
|
2018-08-21 04:07:42 +02:00
|
|
|
"local-web-server": "^2.6.0",
|
2018-07-06 05:32:46 +02:00
|
|
|
"mocha": "^5.2.0",
|
2018-08-21 04:07:42 +02:00
|
|
|
"npm-run-all": "^4.1.3",
|
|
|
|
"puppeteer": "^1.7.0",
|
2018-07-06 09:59:49 +02:00
|
|
|
"rimraf": "^2.6.2",
|
2019-12-26 03:57:27 +01:00
|
|
|
"rollup": "^1.27.14",
|
|
|
|
"rollup-plugin-license": "^0.13.0",
|
|
|
|
"rollup-plugin-terser": "^5.1.3",
|
|
|
|
"rollup-plugin-typescript2": "^0.25.3",
|
2018-10-20 18:29:57 +02:00
|
|
|
"ts-loader": "^5.2.2",
|
2018-08-21 04:07:42 +02:00
|
|
|
"tslint": "^5.11.0",
|
2018-08-06 12:15:18 +02:00
|
|
|
"tslint-formatter-beauty": "^3.0.0-beta.2",
|
2019-12-26 03:57:27 +01:00
|
|
|
"typescript": "^3.7.4",
|
2018-08-21 04:07:42 +02:00
|
|
|
"url-loader": "^1.1.1",
|
2019-12-26 03:57:27 +01:00
|
|
|
"webpack": "^4.41.4"
|
2017-10-01 14:00:45 +02:00
|
|
|
}
|
2018-07-21 05:07:52 +02:00
|
|
|
}
|