whs.js/package.json
Alexander Buzin 4b2b580994 Examples WIP 2
WIP


v3.0.0-dev.2

.


v3.0.0-dev.3

.


v3.0.0-dev.4

.


v3.0.0-dev.5

Examples WIP 2
2019-01-30 00:10:57 +02:00

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"
}
}