-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 742 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 742 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
{
"name": "react-native-multiselect",
"version": "3.0.2",
"description": "A simple RN component that allows row selection",
"main": "MultiSelect.js",
"repository": "https://github.com/robcalcroft/react-native-multiselect",
"author": "Rob Calcroft <robcalcroft@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"lint": "eslint MultiSelect.js MultiSelectRow.js"
},
"peerDependencies": {
"react": "^16.0.0-alpha.6",
"react-native": "^0.43.4"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^7.1.1",
"eslint": "^3.11.1",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "^6.7.1"
}
}