mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
26 lines
509 B
JSON
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"
|
|
]
|
|
}
|