mirror of https://gitee.com/bigwinds/arangodb
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "joi-to-json-schema",
|
|
"version": "2.0.5",
|
|
"description": "Joi -> JSON Schema Converter",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "6to5 -s -e src --out-dir build",
|
|
"pretest": "npm run build",
|
|
"test": "mocha",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lightsofapollo/joi-to-json-schema.git"
|
|
},
|
|
"keywords": [
|
|
"joi",
|
|
"json-schema",
|
|
"json",
|
|
"schema"
|
|
],
|
|
"author": {
|
|
"name": "James Lal [:lightsofapollo]"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "lights-of-apollo",
|
|
"email": "james@lightsofapollo.com"
|
|
},
|
|
{
|
|
"name": "raisch",
|
|
"email": "raisch@gmail.com"
|
|
}
|
|
],
|
|
"license": "Apache2",
|
|
"bugs": {
|
|
"url": "https://github.com/lightsofapollo/joi-to-json-schema/issues"
|
|
},
|
|
"homepage": "https://github.com/lightsofapollo/joi-to-json-schema",
|
|
"devDependencies": {
|
|
"6to5": "^3.6.5",
|
|
"joi": "^6.6.0",
|
|
"json-schema": "^0.2.2",
|
|
"lodash": "^3.9.3",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"gitHead": "d1cab007ada3ded19a7d4080a93dac8064d4d2d8",
|
|
"_id": "joi-to-json-schema@2.0.5",
|
|
"_shasum": "9a1203252092d8007792883c07bd652a24b53ced",
|
|
"_from": "joi-to-json-schema@*",
|
|
"_npmVersion": "2.14.7",
|
|
"_nodeVersion": "4.2.0",
|
|
"_npmUser": {
|
|
"name": "lights-of-apollo",
|
|
"email": "james@lightsofapollo.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "9a1203252092d8007792883c07bd652a24b53ced",
|
|
"tarball": "http://registry.npmjs.org/joi-to-json-schema/-/joi-to-json-schema-2.0.5.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/joi-to-json-schema/-/joi-to-json-schema-2.0.5.tgz"
|
|
}
|