33 lines
667 B
JSON
33 lines
667 B
JSON
|
{
|
||
|
"name": "webgateway",
|
||
|
"version": "0.1.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"build": "webpack --config webpack.config.js",
|
||
|
"dev": "webpack-dev-server"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/HsuJv/webgateway.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"webassembly",
|
||
|
"wasm",
|
||
|
"rust",
|
||
|
"webpack"
|
||
|
],
|
||
|
"author": "Jovi Hsu <jv.hsu@outlook.com>",
|
||
|
"license": "MIT",
|
||
|
"homepage": "",
|
||
|
"dependencies": {
|
||
|
"webgateway": "file:../pkg"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"webpack": "^4.29.3",
|
||
|
"webpack-cli": "^3.1.0",
|
||
|
"webpack-dev-server": "^3.1.5",
|
||
|
"copy-webpack-plugin": "^5.0.0"
|
||
|
}
|
||
|
}
|