rage-framework-rpc/package.json

26 lines
667 B
JSON
Raw Normal View History

2018-11-01 12:50:33 +00:00
{
2018-11-01 19:05:48 +00:00
"name": "rage-rpc",
2018-11-05 15:12:44 +00:00
"version": "0.0.3",
2018-11-01 19:05:48 +00:00
"description": "An asynchronous RPC implementation for RAGE Multiplayer",
2018-11-02 05:10:24 +00:00
"main": "dist/rage-rpc.min.js",
2018-11-01 12:50:33 +00:00
"scripts": {
2018-11-02 05:10:24 +00:00
"build": "webpack-cli --config ./webpack.config.js",
2018-11-01 12:50:33 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2018-11-01 19:05:48 +00:00
"url": "git+https://github.com/micaww/rage-rpc.git"
2018-11-01 12:50:33 +00:00
},
"author": "micaww",
"license": "ISC",
"bugs": {
2018-11-01 19:05:48 +00:00
"url": "https://github.com/micaww/rage-rpc/issues"
2018-11-01 12:50:33 +00:00
},
2018-11-01 19:05:48 +00:00
"homepage": "https://github.com/micaww/rage-rpc#readme",
2018-11-02 05:10:24 +00:00
"dependencies": {},
"devDependencies": {
"webpack-cli": "^3.1.2",
"webpack": "^4.23.1"
}
2018-11-01 12:50:33 +00:00
}