mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"name": "@whs/w-examples",
|
|
"version": "3.0.0-alpha.1",
|
|
"description": "WhitestormJS examples",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/register": "^7.0.0",
|
|
"glob": "^7.1.3",
|
|
"webpack": "^4.29.0",
|
|
"webpack-dev-server": "^3.1.14"
|
|
}
|
|
}
|