package.jsonView |
---|
1 | 1 | { |
2 | | - "name": "business-todomvc", |
| 2 | + "name": "business-stack", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "real-world production-quality TodoMVC example", |
5 | 5 | "main": "server", |
6 | 6 | "scripts": { |
20 | 20 | "prod": "NODE_ENV=production npm-run-all -s prod:*" |
21 | 21 | }, |
22 | 22 | "repository": { |
23 | 23 | "type": "git", |
24 | | - "url": "git+https://github.com/enspiral-craftworks/business-todomvc.git" |
| 24 | + "url": "git+https://github.com/enspiral-craftworks/business-stack.git" |
25 | 25 | }, |
26 | 26 | "keywords": [ |
27 | 27 | "todomvc", |
28 | 28 | "example", |
38 | 38 | ], |
39 | 39 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
40 | 40 | "license": "ISC", |
41 | 41 | "bugs": { |
42 | | - "url": "https://github.com/enspiral-craftworks/business-todomvc/issues" |
| 42 | + "url": "https://github.com/enspiral-craftworks/business-stack/issues" |
43 | 43 | }, |
44 | | - "homepage": "https://github.com/enspiral-craftworks/business-todomvc#readme", |
| 44 | + "homepage": "https://github.com/enspiral-craftworks/business-stack#readme", |
45 | 45 | "engines": { |
46 | 46 | "node": "^4.0.0", |
47 | 47 | "npm": "^3.0.0" |
48 | 48 | }, |