{ "name": "skinview3d", "version": "1.2.0-alpha.1", "description": "Three.js powered Minecraft skin viewer", "module": "dist/skinview3d.module.js", "main": "dist/skinview3d.js", "scripts": { "build": "rollup -c", "test": "karma start && npm run lint", "prepublishOnly": "npm test && rimraf dist && npm run build", "lint": "tslint --formatters-dir ./node_modules/tslint-formatter-beauty -t beauty -p .", "dev": "npm-run-all --parallel watch serve", "watch": "rollup -w -c", "serve": "ws" }, "repository": { "type": "git", "url": "git+https://github.com/bs-community/skinview3d.git" }, "author": "Haowei Wen (https://github.com/yushijinhun)", "contributors": [ "Sean Boult (https://github.com/Hacksore)", "Pig Fang (https://github.com/g-plane)", "printempw (https://github.com/printempw)", "Kent Rasmussen (https://github.com/earthiverse)" ], "license": "MIT", "bugs": { "url": "https://github.com/bs-community/skinview3d/issues" }, "homepage": "https://github.com/bs-community/skinview3d", "files": [ "dist" ], "dependencies": { "three": "^0.97.0" }, "devDependencies": { "@types/chai": "^4.1.4", "@types/mocha": "^5.2.5", "@types/three": "^0.93.4", "chai": "^4.1.2", "karma": "^3.0.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "karma-webpack": "^3.0.0", "local-web-server": "^2.6.0", "mocha": "^5.2.0", "npm-run-all": "^4.1.3", "puppeteer": "^1.7.0", "rimraf": "^2.6.2", "rollup": "^0.66.6", "rollup-plugin-license": "^0.7.0", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-typescript2": "^0.17.1", "rollup-plugin-uglify": "^6.0.0", "ts-loader": "^5.2.2", "tslint": "^5.11.0", "tslint-formatter-beauty": "^3.0.0-beta.2", "typescript": "^3.0.1", "url-loader": "^1.1.1", "webpack": "^4.17.1" } }