forked from Calvin-Huang/react-native-device-brightness
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 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
{
"name": "@fidme/react-native-device-brightness",
"version": "1.3.1",
"description": "Screen brightness adjustment tool for ReactNative iOS and Android. ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Calvin-Huang/react-native-device-brightness.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"screen-brightness",
"device-brightness",
"brightness"
],
"author": "Calvin Huang <[email protected]> (https://github.com/Calvin-Huang)",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-es5": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1"
},
"bugs": {
"url": "https://github.com/Calvin-Huang/react-native-device-brightness/issues"
},
"homepage": "https://github.com/Calvin-Huang/react-native-device-brightness#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}