-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
46 lines (46 loc) · 1022 Bytes
/
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
{
"name": "react-tween-state",
"version": "0.1.5",
"description": "React animation.",
"main": "lib/index.js",
"directories": {
"examples": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"start": "webpack -w -d"
},
"repository": {
"type": "git",
"url": "https://github.com/chenglou/react-tween-state.git"
},
"keywords": [
"react",
"animation",
"tween",
"transition",
"state",
"interactive",
"mixin",
"interpolation"
],
"author": "Cheng Lou",
"license": "BSD",
"bugs": {
"url": "https://github.com/chenglou/react-tween-state/issues"
},
"homepage": "https://github.com/chenglou/react-tween-state",
"devDependencies": {
"babel-core": "^5.6.1",
"babel-loader": "^5.1.4",
"node-libs-browser": "^0.5.2",
"webpack": "^1.9.11",
"react-dom": ">=0.14",
"react": ">=0.14"
},
"dependencies": {
"raf": "^3.1.0",
"tween-functions": "^1.0.1"
}
}