-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 854 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
{
"name": "react-native-telephony",
"version": "1.5.1",
"description": "Android Telephony for React Native",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Rafael Lincoln <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/rafaellincoln/react-native-telephony"
},
"keywords": [
"react",
"react-native",
"telephony",
"listen",
"call",
"android",
"cell",
"info"
],
"license": "MIT",
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.0.0",
"eslint": "^4.7.0",
"eslint-plugin-react": "^7.3.0",
"jest": "^20.0.4",
"react-test-renderer": "^16.0.0-rc.2",
"react": "^16.0",
"react-native": "^0.51"
},
"jest": {
"preset": "react-native"
},
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.51"
}
}