iitcp
Version:
IITC Plugin creator and developer tools
35 lines (34 loc) • 832 B
JSON
{
"name": "iitcp",
"version": "0.0.2",
"description": "IITC Plugin creator and developer tools",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agreenmamba/iitcp.git"
},
"keywords": ["IITC", "Ingress"],
"author": "aGreenMamba",
"license": "MIT",
"bin": {
"iitcp": "./index.js"
},
"bugs": {
"url": "https://github.com/agreenmamba/iitcp/issues"
},
"homepage": "https://github.com/agreenmamba/iitcp#readme",
"dependencies": {
"async": "^2.6.0",
"chalk": "^2.3.1",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.14.1",
"google-closure-compiler-js": "^20180204.0.0",
"hapi": "^17.2.0",
"inert": "^5.1.0",
"socket.io": "^2.0.4"
}
}