mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
29 lines
602 B
JSON
29 lines
602 B
JSON
{
|
|
"name": "whs",
|
|
"version": "3.0.0-alpha.1",
|
|
"description": "WhitestormJS",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WhitestormJS/whs.js.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/WhitestormJS/whs.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WhitestormJS/whs.js#readme",
|
|
"devDependencies": {
|
|
"lerna": "^3.10.7"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|