UNPKG

gia-cli

Version:

Guardian US Interactive CLI tool

25 lines (24 loc) 486 B
{ "name": "gia-cli", "version": "6.4.0", "description": "Guardian US Interactive CLI tool", "main": "index.js", "author": "Rich Harris", "license": "MIT", "preferGlobal": true, "bin": { "gia": "cli.js" }, "dependencies": { "chalk": "^1.1.3", "findup-sync": "^0.4.1", "prompt": "^1.0.0", "sander": "^0.5.1", "semver": "^5.1.0" }, "devDependencies": { "eslint": "^3.3.1", "eslint-plugin-html": "^1.5.1", "mocha": "^3.0.2" } }