-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.25 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.25 KB
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
{
"name": "react-native-declan",
"version": "1.5.2",
"description": "Declarative Animations for React Native",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChefSteps/react-native-declan.git"
},
"keywords": [
"react-native",
"declarative",
"animations",
"move",
"scale",
"rotate",
"fade",
"chefsteps",
"declan"
],
"author": "ChefSteps, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChefSteps/react-native-declan/issues"
},
"homepage": "https://github.com/ChefSteps/react-native-declan#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"eventemitter3": "^2.0.3",
"lodash": "^4.17.4",
"ramda": "^0.25.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-jest": "20.0.3",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "2.1.0",
"babel-preset-stage-2": "^6.24.1"
}
}