gia-cli
Version:
Guardian US Interactive CLI tool
41 lines (40 loc) • 1.32 kB
JSON
{
"name": "gia",
"version": "0.1.0",
"description": "Guardian US Interactive project",
"devDependencies": {
"aws-sdk": "^2.5.1",
"chalk": "^1.1.3",
"eslint": "^3.3.1",
"eslint-plugin-html": "^1.5.2",
"eslint-plugin-import": "^1.13.0",
"filesize": "^3.3.0",
"glob": "^7.0.5",
"gobble": "^0.11.3",
"gobble-cli": "^0.7.0",
"gobble-replace": "^0.3.1",
"gobble-rollup": "^0.34.0",
"gobble-uglifyjs": "^0.2.1",
"mime": "^1.3.4",
"rollup-plugin-buble": "^0.13.0",
"rollup-plugin-json": "^2.0.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-ractive": "^2.0.0-edge1",
"stevedore": "^0.1.4"
},
"dependencies": {
"gia-toolkit": "^3.0.0",
"ractive": "github:ractivejs/ractive#1eecbd1dfa5f9dd09e028159021fa72440a3947a"
},
"scripts": {
"deploy": "node scripts/deploy.js",
"predeploy": "sh ./scripts/require_clean_work_tree.sh && npm run build",
"build": "gobble build -f .deploy",
"open": "node scripts/open.js",
"start": "gobble -p __PORT__",
"serve": "open http://localhost:__PORT__ && npm start",
"lint": "node node_modules/eslint/bin/eslint src/boot.js src/app --ext .js --ext .html",
"wiki": "open https://bitbucket.org/gia_src/gia-docs/wiki/Home",
"issues": "node scripts/issues.js"
}
}