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.

31 lines
802 B

{
"name": "webfuse",
"version": "0.1.0",
"description": "Webfuse JavaScript Provider",
"main": "dist/webfuse.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/falk-werner/webfuse-js.git"
},
"keywords": ["websockets", "libfuse", "fuse", "ws", "wss", "filesystem"],
"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": {
"chai": "^4.2.0",
"jsdom": "16.2.2",
"jsdom-global": "3.0.2",
"mocha": "^7.1.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {}
}