mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
22 lines
516 B
JSON
22 lines
516 B
JSON
{
|
|
"name": "whs-module-loader",
|
|
"main": "build/LoaderModule.js",
|
|
"module": "src/index.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"start": "webpack --watch"
|
|
},
|
|
"keywords": [
|
|
"whs-module",
|
|
"loader"
|
|
],
|
|
"description": "Loading progress for components, textures, ...",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"minivents": "^2.0.2"
|
|
},
|
|
"repository": "https://github.com/WhitestormJS/whitestorm.js/tree/beta/modules/whs-module-loader",
|
|
"author": "Alexander Buzin",
|
|
"license": "MIT"
|
|
}
|