-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 847 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 847 Bytes
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
{
"name": "react-native-floating-label",
"version": "0.2.3",
"description": "A floating label text input factory for tcomb-form-native",
"main": "FloatingLabel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APSL/react-native-floating-label.git"
},
"keywords": [
"react-native",
"ios",
"android",
"react-component",
"react",
"button"
],
"author": "Alvaro Medina Ballester",
"license": "MIT",
"bugs": {
"url": "https://github.com/APSL/react-native-floating-label/issues"
},
"peerDependencies": {
"react-native": ">=0.11.0",
"tcomb-form-native": ">=0.3.2"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.11.3"
}
}