mirror of
https://github.com/falk-werner/webfuse-js
synced 2024-10-27 20:44:08 +00:00
26 lines
650 B
JSON
26 lines
650 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|