forked from instea/react-native-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 813 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
{
"name": "react-native-color-picker",
"version": "0.4.0",
"description": "Color picker for react native",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/instea/react-native-color-picker.git"
},
"author": "instea.co",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/instea/react-native-color-picker/issues"
},
"homepage": "https://github.com/instea/react-native-color-picker#readme",
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.11.1",
"eslint-plugin-react": "^6.8.0"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-native-slider": "^0.11.0",
"tinycolor2": "^1.4.1"
}
}