Skip to content
Fetching contributors…
Cannot retrieve contributors at this time
59 lines (58 sloc) 1.33 KB
{
"name": "whitestormjs",
"version": "0.0.7",
"description": "Three.js + Cannon.js render library.",
"main": "build/whitestorm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WhitestormJS/whitestorm.js.git"
},
"keywords": [
"three.js",
"cannon.js",
"webgl",
"wagner",
"api",
"3d",
"web",
"javascript"
],
"author": "Alexander Buzin",
"license": "ISC",
"bugs": {
"url": "https://github.com/WhitestormJS/whitestorm.js/issues"
},
"homepage": "https://github.com/WhitestormJS/whitestorm.js#readme",
"devDependencies": {
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-replace-task": "^0.11.0",
"jquery": "^2.2.0",
"three": "^0.75.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-beautify": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-replace-task": "^0.11.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-watch": "^4.3.5"
},
"babel": {
"plugins": [
"transform-es2015-template-literals"
],
"compact": false
}
}
Something went wrong with that request. Please try again.