UNPKG

three-loaders

Version:

This is a wrapper around threejs loaders to import it from any threejs application

56 lines (55 loc) 1.35 kB
{ "name": "three-loaders", "version": "1.0.9", "description": "This is a wrapper around threejs loaders to import it from any threejs application", "main": "index.js", "scripts": { "deploy": "npm version patch", "clean": "rimraf dist", "build": "cross-env BABEL_ENV=production babel src --out-dir lib", "prepublish": "yarn run clean && yarn run build" }, "keywords": [ "three", "three.js", "3d", "draco", "loader", "gltf" ], "files": [ "lib", "src" ], "repository": { "type": "git", "url": "https://github.com/mauricekraus/three-loaders" }, "bugs": { "url": "https://github.com/mauricekraus/three-loaders/issues" }, "author": "Maurice Kraus <maurice.kraus@aol.com>", "license": "MIT", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/preset-env": "^7.3.1", "@commitlint/cli": "^7.4.0", "@commitlint/config-conventional": "^7.3.1", "babel-loader": "^8.0.5", "babel-plugin-add-module-exports": "^1.0.0", "babel-polyfill": "^6.26.0", "babel-preset-minify": "^0.5.0", "cross-env": "^5.2.0", "husky": "^1.3.1", "rimraf": "^2.6.2" }, "peerDependencies": { "three": "^0.99.0" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } }