-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
40 lines (40 loc) · 966 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
35
36
37
38
39
40
{
"name": "react-native-select-multiple",
"version": "2.1.0",
"description": "A customiseable ListView that allows you to select multiple rows",
"main": "src/SelectMultiple.js",
"scripts": {
"test": "npm run lint && tape test/*.test.js",
"lint": "standard"
},
"keywords": [
"select",
"multiple",
"picker",
"select2",
"react",
"native"
],
"author": "TABLEFLIP",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/tableflip/react-native-select-multiple.git"
},
"bugs": {
"url": "https://github.com/tableflip/react-native-select-multiple/issues"
},
"homepage": "https://github.com/tableflip/react-native-select-multiple#readme",
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"reify": "^0.20.12",
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"standard": {
"parser": "babel-eslint"
}
}