gia-cli
Version:
Guardian US Interactive CLI tool
45 lines (44 loc) • 1.39 kB
JSON
{
"name": "gia",
"version": "0.1.0",
"description": "Guardian US Interactive project",
"devDependencies": {
"aws-sdk": "^2.6.5",
"chalk": "^1.1.3",
"eslint": "^3.6.1",
"eslint-plugin-html": "^1.5.3",
"eslint-plugin-import": "^2.2.0",
"filesize": "^3.3.0",
"glob": "^7.1.0",
"gobble": "^0.12.0",
"gobble-cli": "^0.8.0",
"gobble-replace": "^0.3.1",
"gobble-rollup": "^0.36.0",
"gobble-uglifyjs": "^0.2.1",
"mime": "^1.3.4",
"reify": "^0.4.4",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-json": "^2.0.2",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-svelte": "^1.0.0",
"safestart": "^1.1.0",
"stevedore": "^0.1.4"
},
"dependencies": {
"gia-toolkit": "^3.1.1"
},
"scripts": {
"deploy": "echo `npm run deploy` is deprecated. Use `npm run launch` or `npm run stage`",
"launch": "./scripts/deploy.sh live",
"stage": "./scripts/deploy.sh preview",
"prelaunch": "sh ./scripts/require_clean_work_tree.sh && npm run build",
"prestage": "npm run build",
"build": "gobble build -f .deploy",
"open": "node scripts/open.js",
"start": "gobble -p __PORT__",
"lint": "node node_modules/eslint/bin/eslint src/boot.js src/app --ext .js --ext .html",
"url": "node scripts/url.js",
"log": "node scripts/log.js"
}
}