racer-rpc
Version:
Racer/Derby plugin for enabling RPC
36 lines (35 loc) • 775 B
JSON
{
"name": "racer-rpc",
"version": "0.1.10",
"description": "Racer/Derby plugin for enabling RPC",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"peerDependencies": {
"racer": ">= 0.8.0"
},
"author": "cjblomqvist <carl@cjblomqvist.com>",
"contributors": [
{
"name": "Oleg Kravchuk",
"email": "kolegm.real@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kolegm/racer-rpc.git"
},
"keywords": [
"derby",
"racer",
"plugin"
],
"bugs": {
"url": "https://github.com/kolegm/racer-rpc/issues"
},
"homepage": "https://github.com/kolegm/racer-rpc",
"readmeFilename": "README.md"
}