Files: 0a19ff71e90207bdc5e6b22d5470c11617f9f7b0 / package.json
2404 bytesRaw
1 | { |
2 | "name": "production-todomvc", |
3 | "version": "0.0.0", |
4 | "description": "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 -p browserify-hmr", |
14 | "dev:server": "nodemon server", |
15 | "prod:client": "browserify client -o assets/bundle.js -g uglifyify", |
16 | "prod:server": "node server", |
17 | "dev": "NODE_ENV=development npm-run-all -p dev:*", |
18 | "prod": "NODE_ENV=production npm-run-all -s prod:*" |
19 | }, |
20 | "repository": { |
21 | "type": "git", |
22 | "url": "git+https://github.com/ahdinosaur/production-todomvc.git" |
23 | }, |
24 | "keywords": [ |
25 | "todomvc", |
26 | "example", |
27 | "react", |
28 | "redux", |
29 | "frp", |
30 | "functional", |
31 | "reactive", |
32 | "immutable", |
33 | "feathers", |
34 | "ddd", |
35 | "tcomb" |
36 | ], |
37 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
38 | "license": "ISC", |
39 | "bugs": { |
40 | "url": "https://github.com/ahdinosaur/production-todomvc/issues" |
41 | }, |
42 | "homepage": "https://github.com/ahdinosaur/production-todomvc#readme", |
43 | "engines": { |
44 | "node": "^4.0.0", |
45 | "npm": "^3.0.0" |
46 | }, |
47 | "devDependencies": { |
48 | "browserify-hmr": "^0.3.1", |
49 | "budo": "^6.1.0", |
50 | "cuke-tap": "^1.0.2", |
51 | "jsdom": "^7.1.0", |
52 | "nodemon": "^1.8.1", |
53 | "redux-devtools": "^3.0.0-beta-3", |
54 | "redux-devtools-dock-monitor": "^1.0.0-beta-3", |
55 | "redux-devtools-log-monitor": "^1.0.0-beta-3", |
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-preset-es2015": "^6.1.18", |
64 | "babel-preset-react": "^6.1.18", |
65 | "babelify": "^7.2.0", |
66 | "browserify": "^12.0.1", |
67 | "bulk-require": "^0.2.1", |
68 | "bulkify": "^1.1.1", |
69 | "envify": "^3.4.0", |
70 | "evalify": "^1.0.1", |
71 | "feathers": "^1.2.0", |
72 | "history": "^1.13.1", |
73 | "lnfs-cli": "^1.0.1", |
74 | "npm-run-all": "^1.3.2", |
75 | "ramda": "^0.18.0", |
76 | "react": "^0.14.3", |
77 | "react-dom": "^0.14.3", |
78 | "react-redux": "^4.0.0", |
79 | "react-router": "^1.0.0", |
80 | "redux": "^3.0.4", |
81 | "redux-router": "^1.0.0-beta4", |
82 | "redux-thunk": "^1.0.0", |
83 | "sheetify": "^3.1.0", |
84 | "uglifyify": "^3.0.1" |
85 | } |
86 | } |
87 |
Built with git-ssb-web