mobitel-json-schema-template
Version:
NodeJs module for helping creation JSON schemas
41 lines (40 loc) • 978 B
JSON
{
"name": "mobitel-json-schema-template",
"version": "1.0.3",
"description": "NodeJs module for helping creation JSON schemas",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"pretest": "eslint --quiet --ignore-pattern '/test/' .",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobitel-ltd/mobitel-json-schema-template.git"
},
"keywords": [
"json",
"schema",
"template",
"simple",
"create",
"mobitel"
],
"author": "Dmitry Furman aka PragmaWolf, Mobitel Ltd <pragmawolf@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobitel-ltd/mobitel-json-schema-template/issues"
},
"homepage": "https://github.com/mobitel-ltd/mobitel-json-schema-template#readme",
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-google": "^0.9.1",
"mocha": "^3.5.0"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}