-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.45 KB
/
package.json
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
63
64
65
66
67
{
"name": "waterwheel-training",
"version": "1.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-scripts": "^0.9.5"
},
"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": "[email protected]",
"url": "https://github.com/infiniteluke"
},
{
"name": "Mike",
"id": 251658,
"email": "[email protected]",
"url": "https://github.com/mirzu"
},
{
"name": "Randy",
"id": 409903,
"email": "[email protected]",
"url": "https://github.com/amazingrando"
},
{
"name": "Taylor",
"id": 1486573,
"email": "[email protected]",
"url": "https://github.com/tsmith512"
},
{
"name": "Patrick",
"id": 1107871,
"email": "[email protected]",
"url": "https://github.com/patrickocoffeyo"
}
],
"engines": {
"node": ">=6.0.0"
}
}