-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 959 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
{
"name": "react-native-slide-view",
"version": "1.0.2",
"description": "A container which darkens the background and slides into the screen",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"react-native",
"component"
],
"author": "Michael Malura <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Devnetik/react-native-slide-view.git"
},
"bugs": {
"url": "https://github.com/Devnetik/react-native-slide-view/issues"
},
"jest": {
"preset": "jest-react-native"
},
"homepage": "https://github.com/Devnetik/react-native-slide-view#readme",
"peerDependencies": {
"react": "^15.3.1",
"react-native": "^0.34.1"
},
"devDependencies": {
"babel-jest": "^16.0.0",
"babel-preset-react-native": "^1.9.0",
"jest": "^16.0.1",
"jest-react-native": "^16.0.0",
"react-test-renderer": "^15.3.1"
}
}