forked from wix-incubator/react-native-interactable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "react-native-interactable",
"version": "0.0.8",
"description": "High performance interactable views in React Native",
"license": "MIT",
"author": "Tal Kol <[email protected]>",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/wix/react-native-interactable/issues"
},
"homepage": "https://github.com/wix/react-native-interactable",
"readme": "https://github.com/wix/react-native-interactable#readme",
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-interactable.git"
},
"main": "index.js",
"scripts": {
"start": "react-native start",
"test": "jest"
},
"dependencies": {},
"peerDependencies": {
"react": ">= 15.4.1",
"react-native": ">= 0.40.0"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"@types/react-native": ">= 0.42.0",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "15.4.2"
},
"typings": "typings/react-native-interactable.d.ts"
}