-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 963 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
{
"name": "react-native-cloudkit",
"version": "0.0.6",
"description": "A react-native library to connect to and use CloudKit (via cloudkitjs) on iOS and Android instead of needing to roll your own server and hopefully pay nothing.",
"main": "index",
"scripts": {
"deploy": "npm --no-git-tag-version version patch && git add . && git commit -am \"Next Version\" && git push && npm publish"
},
"keywords": [
"react-native",
"react",
"native",
"ios",
"android",
"cloudkit"
],
"author": "Kjell Connelly",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/KjellConnelly/react-native-cloudkit.git"
},
"bugs": {
"url": "https://github.com/KjellConnelly/react-native-cloudkit/issues"
},
"homepage": "https://github.com/KjellConnelly/react-native-cloudkit#readme",
"peerDependencies": {
"react-native": "^0.41.2"
},
"dependencies": {},
"devDependencies": {}
}