Files: 74d58f22132b893e58dfdd0e60e1698878d99c1f / package.json
1412 bytesRaw
1 | { |
2 | "name": "production-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 server", |
13 | "prod-server": "node server", |
14 | "dev-client": "budo client -d --serve bundle.js --live", |
15 | "prod-client": "browserify client -o bundle.js -g uglifyify" |
16 | }, |
17 | "repository": { |
18 | "type": "git", |
19 | "url": "git+https://github.com/ahdinosaur/production-todomvc.git" |
20 | }, |
21 | "keywords": [ |
22 | "todomvc", |
23 | "example", |
24 | "react", |
25 | "redux", |
26 | "frp", |
27 | "functional", |
28 | "reactive", |
29 | "immutable", |
30 | "feathers", |
31 | "ddd", |
32 | "tcomb" |
33 | ], |
34 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
35 | "license": "ISC", |
36 | "bugs": { |
37 | "url": "https://github.com/ahdinosaur/production-todomvc/issues" |
38 | }, |
39 | "homepage": "https://github.com/ahdinosaur/production-todomvc#readme", |
40 | "devDependencies": { |
41 | "cuke-tap": "^1.0.2", |
42 | "jsdom": "^7.1.0", |
43 | "nodemon": "^1.8.1", |
44 | "tape": "^4.2.2" |
45 | }, |
46 | "dependencies": { |
47 | "babel-core": "^6.2.1", |
48 | "babel-plugin-transform-object-rest-spread": "^6.1.18", |
49 | "babel-preset-es2015": "^6.1.18", |
50 | "babel-preset-react": "^6.1.18", |
51 | "feathers": "^1.2.0", |
52 | "ramda": "^0.18.0" |
53 | } |
54 | } |
55 |
Built with git-ssb-web