whs.js/bower.json
sasha240100 4c4f977b94 Build
2016-11-08 11:09:55 +02:00

26 lines
509 B
JSON

{
"name": "whs",
"homepage": "https://github.com/WhitestormJS/whitestorm.js",
"repository" : {
"type": "git",
"url": "https://github.com/WhitestormJS/whitestorm.js"
},
"authors": [
"sasha240100 <siteprogcom@gmail.com>"
],
"description": "Framework for developing 3D web apps with physics.",
"main": "index.html",
"moduleType": [
"globals"
],
"license": "Apache",
"ignore": [
"**/.*",
"node_modules",
"test",
"src",
"examples",
"media"
]
}