UNPKG

gia-cli

Version:

Guardian US Interactive CLI tool

31 lines (30 loc) 927 B
{ "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", "filesize": "^3.3.0", "glob": "^7.0.5", "gobble": "^0.11.3", "gobble-cli": "^0.7.0", "gobble-uglifyjs": "^0.2.1", "mime": "^1.3.4", "stevedore": "^0.1.4" }, "dependencies": {}, "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 --ext .js --ext .html", "wiki": "open https://bitbucket.org/gia_src/gia-docs/wiki/Home", "issues": "node scripts/issues.js" } }