solari
Version:
Solari board on a Canvas using THREE.js
45 lines (44 loc) • 982 B
JSON
{
"name": "solari",
"version": "1.0.1",
"description": "Solari board on a Canvas using THREE.js",
"main": "dist/solari.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "http://github.com/nginz/solari.git"
},
"keywords": [
"solari",
"canvas"
],
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^11.0.0",
"browserify-shim": "^3.8.10",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^0.14.0",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"author": "Moustafa Badawy",
"license": "MIT",
"dependencies": {
"underscore": "^1.8.3"
},
"browser": {
"three": "./vendor/three.js",
"backbone-events": "./vendor/backbone-events.js"
},
"browserify-shim": {
"three": "THREE",
"backbone-events": "Events"
}
}