whs.js/package.json
2019-01-22 17:12:28 +02:00

32 lines
831 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": {
"@babel/core": "^7.2.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1"
}
}