forked from rafaelmotta/react-native-tag-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 KB
/
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
41
42
{
"name": "react-native-tag-select",
"version": "2.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-eslint": "7",
"eslint": "3.x",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"prettier": "^1.11.1",
"react": "16.2.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.2.0",
"react-test-renderer": "16.2.0"
},
"scripts": {
"lint": "eslint .",
"format": "yarn prettier --config .prettierrc --write \"src/*/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafaelmotta/react-native-tag-select.git"
},
"keywords": [
"react",
"native"
],
"author": "Rafael Michels Motta",
"license": "ISC",
"bugs": {
"url": "https://github.com/rafaelmotta/react-native-tag-select/issues"
},
"homepage": "https://github.com/rafaelmotta/react-native-tag-select#readme"
}