-
Notifications
You must be signed in to change notification settings - Fork 318
/
package.json
34 lines (34 loc) · 969 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
{
"name": "react-native-navbar",
"version": "2.1.0",
"description": "Simple customizable navbar component for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:react-native-community/react-native-navbar.git"
},
"keywords": [
"react-native",
"navbar"
],
"author": "Alexey Kureev <[email protected]> (https://github.com/Kureev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-community/react-native-navbar/issues"
},
"homepage": "https://github.com/react-native-community/react-native-navbar",
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}