forked from gcanti/tcomb-form-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.02 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
40
41
42
43
44
45
46
47
{
"name": "tcomb-form-native",
"version": "0.6.8",
"description": "react-native powered UI library for developing forms writing less code",
"main": "index.js",
"scripts": {
"lint": "eslint lib",
"test": "npm run lint && babel-node test"
},
"repository": {
"type": "git",
"url": "https://github.com/gcanti/tcomb-form-native.git"
},
"author": "Giulio Canti <giulio.canti@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/tcomb-form-native/issues"
},
"homepage": "https://github.com/gcanti/tcomb-form-native",
"dependencies": {
"tcomb-validation": "^3.0.0"
},
"devDependencies": {
"babel": "5.8.34",
"babel-core": "5.8.34",
"eslint": "0.23.0",
"eslint-plugin-react": "2.5.2",
"react": "^15.0.0",
"tape": "3.5.0"
},
"tags": [
"tcomb",
"form",
"forms",
"react",
"react-native",
"react-component"
],
"keywords": [
"tcomb",
"form",
"forms",
"react",
"react-native",
"react-component"
]
}