forked from APSL/tcomb-form-native-json-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.26 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": "tcomb-form-native-json-schema",
"version": "0.1.2",
"description": "A bridge between tcomb-json-schema and tcomb-form-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --single-quote --print-width 81 --write index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APSL/tcomb-form-native-json-schema.git"
},
"keywords": ["react-native", "react", "tcomb", "json-schema"],
"author": "Alvaro Medina Ballester <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APSL/tcomb-form-native-json-schema/issues"
},
"homepage": "https://github.com/APSL/tcomb-form-native-json-schema#readme",
"devDependencies": {
"@types/eslint-plugin-prettier": "^2.2.0",
"@types/prettier": "^1.7.0",
"babel-eslint": "^8.0.1",
"eslint": "^4.7.2",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-flowtype": "^2.36.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"prettier": "^1.7.0"
},
"dependencies": {
"@types/moment": "^2.13.0",
"moment": "^2.19.1",
"tcomb-form-native": "^0.6.11",
"tcomb-json-schema": "^0.3.2"
}
}