forked from watanabeyu/react-native-simple-instagram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
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
{
"name": "react-native-simple-instagram",
"version": "1.1.2",
"description": "Instagram API client for React Native without react-native link",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:watanabeyu/react-native-simple-instagram.git"
},
"keywords": [
"react-native",
"expo",
"instagram"
],
"author": "Yu Watanabe <fight.ippatu5648@gmail.com> (https://github.com/watanabeyu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watanabeyu/react-native-simple-instagram/issues"
},
"homepage": "https://github.com/watanabeyu/react-native-simple-instagram",
"dependencies": {
"react-native-safe-area-view": "^0.8.0",
"@expo/vector-icons": "^6.3.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2"
}
}