Files: a51858b13e497beda1e5deb1c48381c361a0ccfa / package.json
1246 bytesRaw
1 | { |
2 | "name": "craftworks-todomvc", |
3 | "version": "0.0.0", |
4 | "description": "production-quality TodoMVC example", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "lint": "snazzy", |
8 | "format": "snazzy --format", |
9 | "test": "(npm run spec & npm run feature)", |
10 | "spec": "node spec", |
11 | "feature": "node feature", |
12 | "dev-server": "nodemon app/server", |
13 | "prod-server": "node app/server", |
14 | "dev-client": "budo app/client.js -d --serve bundle.js --live", |
15 | "prod-client": "browserify app/client.js -o bundle.js -g uglifyify" |
16 | |
17 | }, |
18 | "repository": { |
19 | "type": "git", |
20 | "url": "git+https://github.com/ahdinosaur/craftworks-todomvc.git" |
21 | }, |
22 | "keywords": [ |
23 | "todomvc", |
24 | "example", |
25 | "react", |
26 | "redux", |
27 | "frp", |
28 | "functional", |
29 | "reactive", |
30 | "immutable", |
31 | "feathers", |
32 | "ddd", |
33 | "tcomb" |
34 | ], |
35 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
36 | "license": "ISC", |
37 | "bugs": { |
38 | "url": "https://github.com/ahdinosaur/craftworks-todomvc/issues" |
39 | }, |
40 | "homepage": "https://github.com/ahdinosaur/craftworks-todomvc#readme", |
41 | "devDependencies": { |
42 | "cuke-tap": "^1.0.2", |
43 | "jsdom": "^7.1.0", |
44 | "nodemon": "^1.8.1", |
45 | "tape": "^4.2.2" |
46 | }, |
47 | "dependencies": { |
48 | "ramda": "^0.18.0" |
49 | } |
50 | } |
51 |
Built with git-ssb-web