three-dat.gui
Version:
A package which create THREE.js controls on Dat.GUI
54 lines (53 loc) • 1.62 kB
JSON
{
"name": "three-dat.gui",
"version": "2.0.7",
"description": "A package which create THREE.js controls on Dat.GUI",
"main": "dist/index.js",
"browser": "dist/browser.js",
"module": "dist/index.mjs",
"files": [
"dist"
],
"scripts": {
"build": "npm run docs && rollup -c",
"dev": "run-p dev:**",
"dev:compile": "rollup -cw",
"dev:serve": "parcel dev/index.html -d .parcel",
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "parcel build dev/index.html -d ./docs --public-url https://solaldr.github.io/three-dat.gui/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolalDR/three-dat.gui.git"
},
"keywords": [
"three",
"dat.gui"
],
"contributors": [
"Solal Dussout-Revel <bastienrobert@outlook.com> (https://bastienrobert.fr)",
"Bastien Robert <solal.dussout-revel@hotmail.fr> (https://solaldussout-revel.com/)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/SolalDR/three-dat.gui/issues"
},
"homepage": "https://github.com/SolalDR/three-dat.gui#readme",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"babelify": "^8.0.0",
"browserify": "^16.1.0",
"dat.gui": "^0.7.3",
"glslify": "^6.1.0",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.4",
"rollup": "^1.27.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.2.0",
"three": "^0.110.0"
}
}