forked from fourkitchens/waterwheel-training
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.34 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "waterwheel-training",
"version": "0.0.1",
"author": {
"name": "Four Kitchens",
"id": 348885,
"url": "https://github.com/fourkitchens"
},
"private": true,
"license": "MIT",
"devDependencies": {
"emdaer": "^0.3.3",
"enzyme": "^2.4.1",
"gh-pages": "^0.12.0",
"react-addons-test-utils": "^15.3.0",
"react-scripts": "^0.9.0"
},
"dependencies": {
"bluebird": "^3.4.7",
"classnames": "^2.2.5",
"jsonapi-relate": "^2.0.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"react-router": "4.0.0-alpha.6",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"todomvc-app-css": "^2.0.6"
},
"scripts": {
"write-readme": "emdaer"
},
"contributors": [
{
"name": "Luke",
"id": 1127238,
"email": "luke@fourkitchens.com",
"url": "https://github.com/infiniteluke"
},
{
"name": "Mike",
"id": 251658,
"email": "mike@fourkitchens.com",
"url": "https://github.com/mirzu"
},
{
"name": "Randy",
"id": 409903,
"email": "randy@fourkitchens.com",
"url": "https://github.com/amazingrando"
},
{
"name": "Taylor",
"id": 1486573,
"email": "taylor@fourkitchens.com",
"url": "https://github.com/tsmith512"
}
],
"engines": {
"node": ">=6.0.0"
}
}