package.jsonView |
---|
1 | 1 | { |
2 | | - "name": "craftworks-todomvc", |
| 2 | + "name": "production-todomvc", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "production-quality TodoMVC example", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
15 | 15 | "prod-client": "browserify client -o bundle.js -g uglifyify" |
16 | 16 | }, |
17 | 17 | "repository": { |
18 | 18 | "type": "git", |
19 | | - "url": "git+https://github.com/ahdinosaur/craftworks-todomvc.git" |
| 19 | + "url": "git+https://github.com/ahdinosaur/production-todomvc.git" |
20 | 20 | }, |
21 | 21 | "keywords": [ |
22 | 22 | "todomvc", |
23 | 23 | "example", |
33 | 33 | ], |
34 | 34 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
35 | 35 | "license": "ISC", |
36 | 36 | "bugs": { |
37 | | - "url": "https://github.com/ahdinosaur/craftworks-todomvc/issues" |
| 37 | + "url": "https://github.com/ahdinosaur/production-todomvc/issues" |
38 | 38 | }, |
39 | | - "homepage": "https://github.com/ahdinosaur/craftworks-todomvc#readme", |
| 39 | + "homepage": "https://github.com/ahdinosaur/production-todomvc#readme", |
40 | 40 | "devDependencies": { |
41 | 41 | "cuke-tap": "^1.0.2", |
42 | 42 | "jsdom": "^7.1.0", |
43 | 43 | "nodemon": "^1.8.1", |