-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
33 lines (33 loc) · 999 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
{
"name": "react-native-unified-contacts",
"version": "2.0.0-pre.2",
"description": "Your best friend when working with the latest and greatest Contacts Framework in iOS 9+ in React Native.",
"author": "Joshua Pinter",
"license": "MIT",
"nativePackage": true,
"homepage": "https://github.com/joshuapinter/react-native-unified-contacts",
"repository": "https://github.com/joshuapinter/react-native-unified-contacts.git",
"bugs": {
"url": "https://github.com/joshuapinter/react-native-unified-contacts/issues"
},
"keywords": [
"react-native",
"react",
"react-component",
"addressbook",
"contacts",
"ios",
"android"
],
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "5.16.0",
"eslint-config-cntral": "joshuapinter/eslint-config-cntral",
"eslint-plugin-react": "7.6.1"
}
}