git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: bddcd75da91760d6e309a822e422b3027b1b9dfd

Files: bddcd75da91760d6e309a822e422b3027b1b9dfd / package.json

2566 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": "budo client --dir assets --serve bundle.js --live --pushstate -- -dv",
14 "dev:assets": "cpx \"app/assets/**/*\" assets -w",
15 "dev:server": "nodemon server",
16 "prod:client": "browserify client -o assets/bundle.js -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/production-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/production-todomvc/issues"
43 },
44 "homepage": "https://github.com/ahdinosaur/production-todomvc#readme",
45 "engines": {
46 "node": "^4.0.0",
47 "npm": "^3.0.0"
48 },
49 "devDependencies": {
50 "budo": "^6.1.0",
51 "cuke-tap": "^1.0.2",
52 "jsdom": "^7.1.0",
53 "nodemon": "^1.8.1",
54 "redux-devtools": "^3.0.0-beta-3",
55 "redux-devtools-dock-monitor": "^1.0.0-beta-3",
56 "redux-devtools-log-monitor": "^1.0.0-beta-3",
57 "redux-logger": "^2.0.4",
58 "tape": "^4.2.2"
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 "ramda": "^0.18.0",
79 "react": "^0.14.3",
80 "react-dom": "^0.14.3",
81 "react-redux": "^4.0.0",
82 "react-router": "^1.0.0",
83 "redux": "^3.0.4",
84 "redux-router": "^1.0.0-beta4",
85 "redux-thunk": "^1.0.0",
86 "sheetify": "^3.1.0",
87 "uglifyify": "^3.0.1"
88 }
89}
90

Built with git-ssb-web