w3d
Version:
Framework to create 3D web pages.
51 lines (50 loc) • 1.01 kB
JSON
{
"name": "w3d",
"version": "0.1.0",
"description": "Framework to create 3D web pages.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint *.js utils/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcneves/w3d.git"
},
"keywords": [
"3d",
"w3d",
"framework",
"webdesign",
"three.js",
"webgl",
"Livre"
],
"author": "Lucas Neves <lcneves@gmail.com> (https://www.lcneves.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lcneves/w3d/issues"
},
"homepage": "https://github.com/lcneves/w3d#readme",
"dependencies": {
"object-hash": "^1.1.8",
"three": "^0.85.2"
},
"devDependencies": {
"babel-preset-env": "latest",
"babelify": "latest",
"eslint": "latest"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"env"
]
}
]
]
}
}