-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "timeout-transition-group",
"version": "2.1.0",
"author": "Ryan Rho",
"description": "non-JSX version of timeout-transition-group created by Khan Academy",
"homepage": "https://github.com/rhobot/timeout-transition-group/",
"keywords": [
"react",
"timeout",
"animation",
"CSSTransitionGroup",
"CSSreac",
"khan"
],
"repository": {
"type": "git",
"url": "https://github.com/rhobot/timeout-transition-group.git"
},
"bugs": {
"url": "https://github.com/rhobot/timeout-transition-group/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/rhobot/timeout-transition-group/blob/master/LICENSE"
},
"main": "lib/timeout-transition-group.js",
"peerDependencies": {
"react": "0.14.x - 15.x",
"react-dom": "0.14.x - 15.x"
},
"dependencies": {
"global": "^4.3.0",
"object.assign": "^4.0.3",
"r-dom": "^2.0.0",
"react-addons-transition-group": "^0.14.0"
},
"devDependencies": {
"uber-standard": "^5.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.6"
},
"scripts": {
"lint": "uber-standard"
}
}