-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 995 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
{
"name": "react-native-permissions",
"version": "0.0.1",
"private": true,
"main": "src/index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"author": {
"name": "Jesper Lekland",
"email": "[email protected]"
},
"homepage": "https://github.com/JesperLekland/react-native-permissions",
"bugs": {
"url": "https://github.com/JesperLekland/react-native-permissions/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/JesperLekland/react-native-svg-charts.git"
},
"license": "MIT",
"keywords": [
"react-native",
"permissions",
"react",
"javascript",
"location",
"notification"
],
"dependencies": {
"hoist-non-react-statics": "^2.3.1",
"react": "16.0.0",
"react-native": "0.50.3"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}