UNPKG

three-grass-tufts

Version:

Three.JS extension for rendering realistic grass at speed.

88 lines (87 loc) 2.16 kB
{ "name": "three-grass-tufts", "version": "0.0.6", "description": "Three.JS extension for rendering realistic grass at speed.", "main": "dist/three.grass-tufts.min.js", "scripts": { "watch": "cross-env NODE_ENV=DEV webpack --progress --colors", "build": "cross-env NODE_ENV=PROD webpack --progress --colors", "test": "gulp test", "style": "standard", "prepublish": "npm run build" }, "files": [ "config", "dist", "src", ".babelrc", "README.md", "webpack.config.js" ], "directories": { "bin": "./bin", "config": "./config", "dist": "./dist", "src": "./src" }, "repository": { "url": "https://github.com/codetheorist/three-grass-tufts", "type": "git" }, "author": { "name": "Alex Scott", "email": "codetheorsit@gmail.com", "url": "https://codetheorist.github.io" }, "standard": { "parser": "babel-eslint", "globals": [ "DEV", "PROD", "TEST" ] }, "homepage": "https://github.com/codetheorist/three-grass-tufts#readme", "keywords": [ "three", "three.js", "grass", "rendering" ], "bugs": { "url": "https://github.com/codetheorist/three-grass-tufts/issues", "email": "codetheorist@gmail.com" }, "license": "MIT", "devDependencies": { "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-loader": "^7.1.4", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "bind-infix-proxy": "^1.0.0", "chai": "^4.1.2", "colors": "^1.2.3", "cross-env": "^5.1.4", "gulp": "^3.9.1", "gulp-babel": "^7.0.1", "gulp-clean": "^0.4.0", "gulp-istanbul": "^1.1.3", "gulp-jshint": "^2.1.0", "gulp-mocha": "^5.0.0", "gulp-sourcemaps": "^2.6.4", "jshint": "^2.9.5", "jshint-stylish": "^2.2.1", "mocha": "^5.1.1", "mocha-webpack": "^1.1.0", "remap-istanbul": "^0.11.1", "source-map-support": "^0.5.5", "standard": "^11.0.1", "three": "^0.92.0", "webpack": "^4.7.0", "webpack-cli": "^2.1.2" }, "dependencies": {} }