Files: 51810c2c043cfbd633ffc98561617aeb08ed4c02 / package.json
2607 bytesRaw
1 | { |
2 | "name": "craftworks-todomvc", |
3 | "version": "0.0.0", |
4 | "description": "real-world production-quality TodoMVC example", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "postinstall": "lnfs app node_modules/app", |
8 | "lint": "snazzy", |
9 | "format": "snazzy --format", |
10 | "test": "(npm run spec & npm run feature)", |
11 | "spec": "node spec", |
12 | "feature": "node feature", |
13 | "dev:client": "watchify client -o assets/bundle.js -dv", |
14 | "dev:assets": "cpx \"app/assets/**/*\" assets -w", |
15 | "dev:server": "node-dev server", |
16 | "prod:client": "browserify client -o assets/bundle.js -g envify -g uglifyify", |
17 | "prod:assets": "cpx \"app/assets/**/*\" assets", |
18 | "prod:server": "node server", |
19 | "dev": "NODE_ENV=development npm-run-all -p dev:*", |
20 | "prod": "NODE_ENV=production npm-run-all -s prod:*" |
21 | }, |
22 | "repository": { |
23 | "type": "git", |
24 | "url": "git+https://github.com/ahdinosaur/craftworks-todomvc.git" |
25 | }, |
26 | "keywords": [ |
27 | "todomvc", |
28 | "example", |
29 | "react", |
30 | "redux", |
31 | "frp", |
32 | "functional", |
33 | "reactive", |
34 | "immutable", |
35 | "feathers", |
36 | "ddd", |
37 | "tcomb" |
38 | ], |
39 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
40 | "license": "ISC", |
41 | "bugs": { |
42 | "url": "https://github.com/ahdinosaur/craftworks-todomvc/issues" |
43 | }, |
44 | "homepage": "https://github.com/ahdinosaur/craftworks-todomvc#readme", |
45 | "engines": { |
46 | "node": "^4.0.0", |
47 | "npm": "^3.0.0" |
48 | }, |
49 | "devDependencies": { |
50 | "cuke-tap": "^1.0.2", |
51 | "jsdom": "^7.1.0", |
52 | "node-dev": "^2.7.1", |
53 | "redux-devtools": "^3.0.0", |
54 | "redux-devtools-dock-monitor": "^1.0.1", |
55 | "redux-devtools-log-monitor": "^1.0.1", |
56 | "redux-logger": "^2.0.4", |
57 | "tape": "^4.2.2", |
58 | "watchify": "^3.6.1" |
59 | }, |
60 | "dependencies": { |
61 | "babel-core": "^6.2.1", |
62 | "babel-plugin-transform-object-rest-spread": "^6.1.18", |
63 | "babel-plugin-transform-runtime": "^6.1.18", |
64 | "babel-preset-es2015": "^6.1.18", |
65 | "babel-preset-react": "^6.1.18", |
66 | "babel-runtime": "^6.2.0", |
67 | "babelify": "^7.2.0", |
68 | "browserify": "^12.0.1", |
69 | "bulk-require": "^0.2.1", |
70 | "bulkify": "^1.1.1", |
71 | "cpx": "^1.2.1", |
72 | "envify": "^3.4.0", |
73 | "evalify": "^1.0.1", |
74 | "feathers": "^1.2.0", |
75 | "history": "^1.13.1", |
76 | "lnfs-cli": "^1.0.1", |
77 | "npm-run-all": "^1.3.2", |
78 | "pinkie-promise": "^2.0.0", |
79 | "ramda": "^0.18.0", |
80 | "react": "^0.14.3", |
81 | "react-dom": "^0.14.3", |
82 | "react-redux": "^4.0.1", |
83 | "react-router": "^1.0.0", |
84 | "redux": "^3.0.5", |
85 | "redux-simple-router": "0.0.10", |
86 | "redux-thunk": "^1.0.0", |
87 | "serve-static": "^1.10.0", |
88 | "sheetify": "^3.1.0", |
89 | "uglifyify": "^3.0.1" |
90 | } |
91 | } |
92 |
Built with git-ssb-web