UNPKG

threedeescene

Version:

A wrapper for Three.js assisting the creation of Three.js apps

55 lines (54 loc) 1.65 kB
{ "name": "threedeescene", "main": "./src/ThreeDeeScene.js", "version": "0.1.14", "scripts": { "build": "webpack --config webpack.config.js", "build-dist": "webpack --config dist.config.js", "build-demo": "webpack --config demo.config.js", "build-watch": "webpack --watch --config dist.config.js", "test": "./node_modules/.bin/karma start --single-run --browsers Chrome", "postinstall": "npm run build && npm run build-dist && npm run build-demo", "start": "node server.js" }, "dependencies": { "babel-cli": "6.4.0", "babel-loader": "6.2.1", "express": "4.1.1", "three": "^0.73.2", "three-orbit-controls": "^72.0.0", "webpack": "^1.12.12" }, "devDependencies": { "jasmine": "^2.4.1", "jasmine-core": "^2.4.1", "karma": "0.13.19", "karma-chrome-launcher": "0.2.2", "karma-cli": "^0.1.2", "karma-firefox-launcher": "0.1.7", "karma-jasmine": "^0.3.6", "karma-phantomjs-launcher": "1.0.0", "karma-webpack": "^1.7.0", "phantomjs": "2.1.3", "phantomjs-prebuilt": "2.1.4", "semantic-release": "^4.3.5" }, "description": "A wrapper for Three.js assisting the creation of Three.js apps", "directories": { "test": "tests" }, "repository": { "type": "git", "url": "https://github.com/mrClapham/ThreeDeeScene.git" }, "keywords": [ "Threejs", "WebGl" ], "author": "Graham Clapham <clapham.graham@gmail.com> (http://www.grahamclapham.co.uk/)", "license": "MIT", "bugs": { "url": "https://github.com/mrClapham/ThreeDeeScene/issues" }, "homepage": "https://github.com/mrClapham/ThreeDeeScene#readme" }