-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "react-native-smart-button",
"version": "2.0.4-beta.1",
"description": "A smart button for React Native apps",
"main": "Button.js",
"scripts": {
"eslint": "eslint . --quiet"
},
"pre-commit": [
"eslint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-component/react-native-smart-button.git"
},
"keywords": [
"react-native",
"smart",
"button",
"component"
],
"author": "HISAME SHIZUMARU",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-component/react-native-smart-button/issues"
},
"homepage": "https://github.com/react-native-component/react-native-smart-button#readme",
"devDependencies": {
"babel-eslint": "^7.2.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.3",
"pre-commit": "^1.2.2"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}