-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.21 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
{
"name": "colonel-kurtz",
"version": "4.1.0",
"description": "A block editor",
"main": "src/Colonel.js",
"repository": {
"type": "git",
"url": "git://github.com/vigetlabs/colonel-kurtz.git"
},
"keywords": [
"block",
"editor"
],
"contributors": [
{
"name": "Lawson Kurtz",
"email": "[email protected]",
"url": "http://viget.com"
},
{
"name": "Nate Hunzaker",
"email": "[email protected]",
"url": "http://viget.com"
},
{
"name": "Chris Manning",
"email": "[email protected]",
"url": "http://viget.com"
},
{
"name": "David Eisinger",
"email": "[email protected]",
"url": "http://viget.com"
}
],
"license": "MIT",
"bugs": "https://github.com/vigetlabs/colonel-kurtz/issues",
"homepage": "https://github.com/vigetlabs/colonel-kurtz",
"dependencies": {
"classnames": "~2",
"group-by": "0.0.1",
"microcosm": "~9.21",
"react-addons-css-transition-group": ">= 0.14",
"react-focus-trap": "~2.3",
"react-ink": "~5.1",
"uid": "0.0.2"
},
"babel": {
"stage": 2,
"sourceMaps": "inline",
"plugins": [
"object-assign"
]
}
}