UNPKG

three-ik

Version:

inverse kinematics for three.js

43 lines (42 loc) 1.22 kB
{ "name": "three-ik", "version": "0.1.0", "description": "inverse kinematics for three.js", "main": "./build/three-ik.js", "module": "./build/three-ik.module.js", "scripts": { "build": "rollup -c", "watch": "rollup -c -w", "docs": "jsdoc -d docs src/*.js", "build-demo": "rollup -c rollup.demo.config.js", "version": "npm run build && npm run build-demo && npm add src/* demo/* examples/*", "postversion": "git push && git push --tags && npm publish" }, "author": "Jordan Santell <jordan@jsantell.com>", "license": "MIT", "devDependencies": { "@jsantell/three-app": "^1.0.0", "@jsantell/three-orbit-controls": "^1.0.0", "babel-core": "^6.24.1", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.6.1", "jsdoc": "^3.5.5", "rollup": "^0.50.0", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-cleanup": "^1.0.1", "rollup-plugin-commonjs": "^8.2.1", "rollup-plugin-node-resolve": "^3.0.0" }, "keywords": [ "inverse kinematics", "kinematics", "ik", "three", "three.js" ], "peerDependencies": { "three": "*" }, "repository": "https://github.com/jsantell/THREE.IK", "dependencies": {} }