Permalink
Fetching contributors…
Cannot retrieve contributors at this time
{ | |
"name": "whitestormjs", | |
"version": "0.0.7", | |
"homepage": "https://github.com/WhitestormJS/whitestorm.js", | |
"repository" : { | |
"type": "git", | |
"url": "https://github.com/WhitestormJS/whitestorm.js" | |
}, | |
"authors": [ | |
"sasha240100 <siteprogcom@gmail.com>" | |
], | |
"description": "WhitestormJS is a library to combine Three.Js with Cannon.js. It makes WebGL development easy.", | |
"main": "index.html", | |
"moduleType": [ | |
"globals" | |
], | |
"license": "Apache", | |
"ignore": [ | |
"**/.*", | |
"node_modules", | |
"bower_components", | |
"test", | |
"tests" | |
] | |
} |