26 lines
667 B
JSON
26 lines
667 B
JSON
{
|
|
"name": "rage-rpc",
|
|
"version": "0.0.2",
|
|
"description": "An asynchronous RPC implementation for RAGE Multiplayer",
|
|
"main": "dist/rage-rpc.min.js",
|
|
"scripts": {
|
|
"build": "webpack-cli --config ./webpack.config.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/micaww/rage-rpc.git"
|
|
},
|
|
"author": "micaww",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/micaww/rage-rpc/issues"
|
|
},
|
|
"homepage": "https://github.com/micaww/rage-rpc#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack": "^4.23.1"
|
|
}
|
|
}
|