gia-cli
Version:
Guardian US Interactive CLI tool
29 lines (28 loc) • 560 B
JSON
{
"name": "gia-cli",
"version": "7.1.10",
"description": "Guardian US Interactive CLI tool",
"main": "index.js",
"author": "Rich Harris",
"license": "MIT",
"preferGlobal": true,
"bin": {
"gia": "cli.js"
},
"scripts": {
"lint": "echo TODO lint"
},
"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",
"svelte": "^1.1.3"
}
}