1
0
mirror of https://github.com/falk-werner/webfuse-example synced 2024-10-27 20:44:09 +00:00
falk-werner_webfuse-example/www/package.json

35 lines
820 B
JSON
Raw Normal View History

2020-04-11 08:56:17 +00:00
{
"name": "webfuse-example",
"version": "0.1.0",
"description": "Example to demonstate webfuse",
"private": true,
"main": "./dist/webfuse-example.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-example.git"
},
"keywords": [
"webfuse",
"websockets",
"libfuse",
"fuse",
"example"
],
"author": "Falk Werner",
"license": "MIT",
"homepage": "https://github.com/falk-werner/webfuse-example#readme",
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"html-webpack-plugin": "^4.2.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"webfuse": "^0.1.0"
}
}