package.jsonView |
---|
1 | 1 | { |
2 | | - "name": "business-stack", |
| 2 | + "name": "cat-stack", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "real-world production-quality TodoMVC example", |
5 | 5 | "scripts": { |
6 | 6 | "knex": "knex", |
10 | 10 | "test": "NODE_ENV=test npm-run-all -p test:*", |
11 | 11 | "test:spec": "ava", |
12 | 12 | "test:feature": "cucumber-js", |
13 | 13 | "pg:pull": "docker pull postgres", |
14 | | - "pg:run": "docker run -d -p 5432:5432 --name=business-postgres postgres", |
15 | | - "pg:start": "docker start business-postgres", |
16 | | - "pg:stop": "docker stop business-postgres", |
17 | | - "pg:rm": "docker rm business-postgres", |
18 | | - "pg:logs": "docker logs business-postgres", |
| 14 | + "pg:run": "docker run -d -p 5432:5432 --name=cat-postgres postgres", |
| 15 | + "pg:start": "docker start cat-postgres", |
| 16 | + "pg:stop": "docker stop cat-postgres", |
| 17 | + "pg:rm": "docker rm cat-postgres", |
| 18 | + "pg:logs": "docker logs cat-postgres", |
19 | 19 | "dev:render-browser": "BABEL_ENV=hot watchify app/render -o build/bundle.js -dv -p browserify-hmr", |
20 | 20 | "dev:render-node": "node-dev render", |
21 | 21 | "dev:assets": "cpx \"app/assets/**/*\" build -w", |
22 | 22 | "dev:livereload": "wtch -d build -e html,css,png,gif,jpg | garnish --level debug", |
44 | 44 | "babel": "inherit" |
45 | 45 | }, |
46 | 46 | "repository": { |
47 | 47 | "type": "git", |
48 | | - "url": "git+https://github.com/enspiral-craftworks/business-stack.git" |
| 48 | + "url": "git+https://github.com/enspiral-craftworks/cat-stack.git" |
49 | 49 | }, |
50 | 50 | "keywords": [ |
51 | 51 | "todomvc", |
52 | 52 | "example", |
62 | 62 | ], |
63 | 63 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
64 | 64 | "license": "ISC", |
65 | 65 | "bugs": { |
66 | | - "url": "https://github.com/enspiral-craftworks/business-stack/issues" |
| 66 | + "url": "https://github.com/enspiral-craftworks/cat-stack/issues" |
67 | 67 | }, |
68 | | - "homepage": "https://github.com/enspiral-craftworks/business-stack#readme", |
| 68 | + "homepage": "https://github.com/enspiral-craftworks/cat-stack#readme", |
69 | 69 | "engines": { |
70 | 70 | "node": "^4.0.0", |
71 | 71 | "npm": "^3.0.0" |
72 | 72 | }, |