-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 908 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
31
{
"name": "k-react-native-form",
"version": "0.0.2",
"license": "MIT",
"author": {
"name": "Leo Wang",
"email": "[email protected]",
"url": "http://leowang721.github.io"
},
"contributors": [],
"dependencies": {
"babel-plugin-transform-decorators": "^6.5.0",
"k-react-native-core": "^0.0.1",
"lodash": "^3.10.1"
},
"main": "index",
"description": "k-react-native-form, using form in react native like in web.",
"readme": "k-react-native-form, using form in react native like in web.\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/leowang721/k-react-native-form/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/leowang721/k-react-native-form.git"
},
"homepage": "https://github.com/leowang721/k-react-native-form",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}