-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.13 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
{
"name": "react-fantasy",
"version": "0.0.1",
"description": "Renderers for stuctures from fantasyland project",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/Laiff/react-fantasy.git"
},
"keywords": [
"react",
"react-component",
"fantasyland",
"fp",
"renders"
],
"files" : [
"src/*",
"index.js",
"package.json",
"README.md",
"LICENSE"
],
"author": "Andrew Laiff \"[email protected]\"",
"license": "MIT",
"bugs": {
"url": "https://github.com/Laiff/react-fantasy/issues"
},
"peerDependencies": {
"fantasy-options": ">= 0.0.1",
"fantasy-seqs": ">= 0.0.5",
"fantasy-json": ">= 0.0.3",
"fantasy-combinators": ">= 0.0.1",
"daggy": ">= 0.0.1",
"react": ">= 0.11.0"
},
"dependencies": {
"fantasy-states": "~0.2.1"
},
"devDependencies": {
"fantasy-io": "0.0.1",
"fantasy-options": "0.0.1",
"fantasy-states": "~0.2.1",
"fantasy-seqs": "0.0.5",
"fantasy-json": "0.0.3",
"fantasy-combinators": "0.0.1",
"daggy": "0.0.1",
"react": "~0.12.1"
}
}