-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
45 lines (45 loc) · 1.1 KB
/
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-activity-view",
"version": "0.2.11",
"description": "iOS share and action sheets for React Native",
"scripts": {
"lint": "node_modules/.bin/eslint .",
"start": "node_modules/react-native/packager/packager.sh",
"test": "npm run lint"
},
"main": "ActivityView",
"repository": {
"type": "git",
"url": "https://github.com/naoufal/react-native-activity-view.git"
},
"keywords": [
"react-native",
"react",
"native",
"activity-view",
"react-component",
"react-native-component",
"action-sheet",
"share-sheet",
"share",
"sheet",
"facebook",
"twitter",
"mail",
"social",
"airdrop"
],
"author": "Naoufal Kadhom <naoufalkadhom@gmail.com> (https://github.com/naoufal)",
"contributors": [
"Chirag Jain <jain_chirag04@yahoo.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/naoufal/react-native-activity-view/issues"
},
"homepage": "https://github.com/naoufal/react-native-activity-view",
"devDependencies": {
"eslint": "0.24.1",
"eslint-plugin-react": "2.7.1"
}
}