You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
650 B

{
"name": "webfuse",
"version": "0.0.1",
"description": "Webfuse JavaScript Provider",
"main": "dist/webfuse.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/falk-werner/webfuse-js.git"
},
"keywords": [],
"author": "Falk Werner",
"license": "MIT",
"bugs": {
"url": "https://github.com/falk-werner/webfuse-js/issues"
},
"homepage": "https://github.com/falk-werner/webfuse-js#readme",
"devDependencies": {
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}