forked from Rust-related/RustPython
28 lines
667 B
JSON
28 lines
667 B
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"hello-wasm-pack": "^0.1.0",
|
|
"webpack": "^4.16.3",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-dev-server": "^3.1.5",
|
|
"copy-webpack-plugin": "^4.5.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RustPython/RustPython.git"
|
|
},
|
|
"author": "Ryan Liddle",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/RustPython/RustPython/issues"
|
|
},
|
|
"homepage": "https://github.com/RustPython/RustPython#readme"
|
|
}
|