Files: 881e0db0626731290a9e89886bd428bf34791416 / package.json
715 bytesRaw
1 | { |
2 | "name": "craftworks-todomvc", |
3 | "version": "0.0.0", |
4 | "description": "production-quality TodoMVC example", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "ava" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git+https://github.com/ahdinosaur/craftworks-todomvc.git" |
12 | }, |
13 | "keywords": [ |
14 | "todomvc", |
15 | "example", |
16 | "react", |
17 | "redux", |
18 | "frp", |
19 | "functional", |
20 | "reactive", |
21 | "immutable", |
22 | "feathers", |
23 | "ddd", |
24 | "tcomb" |
25 | ], |
26 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.os)", |
27 | "license": "ISC", |
28 | "bugs": { |
29 | "url": "https://github.com/ahdinosaur/craftworks-todomvc/issues" |
30 | }, |
31 | "homepage": "https://github.com/ahdinosaur/craftworks-todomvc#readme" |
32 | } |
33 |
Built with git-ssb-web