-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 961 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
47
48
49
{
"name": "react-tweenable",
"version": "1.2.0",
"description": "",
"main": "index.js",
"keywords": [
"react",
"react-component",
"mixin",
"tween",
"animation",
"animate"
],
"repository": {
"type": "git",
"url": "git://github.com/MandarinConLaBarba/react-tweenable"
},
"directories": {
"example": "example"
},
"dependencies": {
"lodash.pick": "^3.0.0",
"object-assign": "^2.0.0",
"react-tween-state": "0.0.4"
},
"peerDependencies": {
"react": "^0.12.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.3.0",
"grunt-contrib-watch": "^0.6.1",
"lodash.clone": "^3.0.1",
"lodash.clonedeep": "^3.0.0",
"react": "^0.12.0",
"react-jsx-view": "^1.0.2",
"reactify": "^1.0.0"
},
"scripts": {
"test": "jest"
},
"browserify": {
"transform": [
"reactify"
]
},
"author": "Mandarin Drummond",
"license": "MIT"
}