-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 776 Bytes
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-bottom-sheet",
"version": "1.0.3",
"description": "React Native Bottom sheet for android",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint *.js",
"test": "npm run lint"
},
"keywords": [
"bottomsheet",
"android"
],
"author": "WhatAKitty",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https@github.com:WhatAKitty/react-native-bottom-sheet.git"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0"
},
"peerDependencies": {
"react": ">=14.5.0",
"react-native": ">=0.29.0"
}
}