1 Star 0 Fork 2

星际逍遥 / three.interaction.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
jasonChen1982 提交于 2018-09-06 17:19 . chore(release): v0.2.2
{
"name": "three.interaction",
"version": "0.2.2",
"description": "a interaction manager, serve the three.js, help you build a interactivity 3d-scene",
"main": "./build/three.interaction.js",
"module": "./build/three.interaction.module.js",
"files": [
"CHANGELOG.md",
"README.md",
"build",
"esm",
"src"
],
"scripts": {
"extract": "npmsrcify extract",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonChen1982/three.interaction.js.git"
},
"keywords": [
"threejs",
"three.js",
"event",
"eventer",
"interaction",
"event-system"
],
"author": {
"name": "jason Chen",
"email": "jasonchen1882@gmail.com",
"url": "http://jason82.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonChen1982/three.interaction.js/issues"
},
"homepage": "https://github.com/jasonChen1982/three.interaction.js#readme",
"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.12.1",
"eslint-config-google": "^0.9.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",
"npmsrcify": "0.0.2",
"rollup": "^0.52.0",
"rollup-plugin-babel": "^3.0.2",
"standard-version": "^4.2.0",
"three": "^0.91.0",
"validate-commit-msg": "^2.14.0"
},
"config": {
"npmsrcify": {
"modules": [
"three"
],
"output": "./examples/libs"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"release",
"revert",
"deps"
]
}
}
}
JavaScript
1
https://gitee.com/xiaoxufa/three.interaction.js.git
git@gitee.com:xiaoxufa/three.interaction.js.git
xiaoxufa
three.interaction.js
three.interaction.js
master

搜索帮助