forked from rcaferati/react-native-really-awesome-button
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 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
{
"name": "react-native-really-awesome-button",
"version": "1.6.0",
"description": "ReactNative performant component that renders an 60fps animated set of progress enabled 3D UI buttons.",
"main": "src/index.js",
"typings": "./index.d.ts",
"author": "Rafael Caferati",
"license": "MIT",
"homepage": "https://github.com/rcaferati/react-native-really-awesome-button",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/rcaferati/react-native-really-awesome-button"
},
"bugs": {
"url": "https://github.com/rcaferati/react-native-really-awesome-button/issues"
},
"keywords": [
"button",
"react-native",
"animated button",
"awesome button",
"really awesome button",
"3d button",
"react-component",
"ios",
"android"
],
"peerDependencies": {
"react-native": ">=0.43.0",
"prop-types": ">=15.5.7"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "4.0.0",
"jest": "23.5.0",
"react": "16.3.1",
"react-native": "0.55.4",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native",
"testPathIgnorePatterns": [
"/demo/"
]
}
}