UNPKG

tofu.js

Version:

a helper three.js library for building UC-AR

89 lines (88 loc) 2.01 kB
{ "name": "tofu.js", "version": "0.6.4-beta", "description": "a helper three.js library for building UC-AR", "main": "./build/tofu.js", "module": "./esm/index.js", "directories": { "example": "examples" }, "scripts": { "build": "rollup -c", "build:dev": "rollup -c -w", "prever": "npm run build && git add -A && git commit -m 'release: release a new version'", "ver": "standard-version -m 'chore(release): v%s'", "postver": "git push --follow-tags origin master && npm publish", "docs": "jsdoc -c jsdoc.conf.json -R README.md", "lint": "eslint .", "fix": "eslint --fix ./src", "http": "hs -o", "test": "karma start" }, "files": [ "CHANGELOG.md", "README.md", "build", "esm", "src" ], "repository": { "type": "git" }, "keywords": [ "uc-ar", "tofu", "three", "3d" ], "author": { "name": "jasonChen1982" }, "license": "MIT", "peerDependencies": { "three": "^0.89.0" }, "devDependencies": { "@pixi/jsdoc-template": "^2.2.0", "babel-core": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.6.1", "chai": "^4.1.2", "chalk": "^2.3.0", "eslint": "^4.10.0", "eslint-config-egg": "^5.1.1", "http-server": "^0.10.0", "jsdoc": "^3.5.5", "karma": "^1.7.1", "karma-chai": "^0.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "mocha": "^4.0.1", "rollup": "^0.52.1", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-node-resolve": "^3.0.0", "rollup-watch": "^4.3.1", "standard-version": "^4.2.0", "validate-commit-msg": "^2.14.0" }, "config": { "validate-commit-msg": { "types": [ "feat", "fix", "docs", "style", "refactor", "perf", "test", "chore", "release", "revert", "deps" ] } }, "dependencies": { "three.interaction": "0.0.7" } }