You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.2 KiB
54 lines
1.2 KiB
{
|
|
"author": {
|
|
"name": "Bojan D.",
|
|
"email": "dbojan@gmail.com"
|
|
},
|
|
"name": "json-schema-deref-sync",
|
|
"description": "Simple Node.js JSON Schema dereferencer",
|
|
"keywords": [
|
|
"json",
|
|
"schema",
|
|
"deref"
|
|
],
|
|
"version": "0.13.0",
|
|
"homepage": "https://github.com/bojand/json-schema-deref-sync",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bojand/json-schema-deref-sync.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/bojand/json-schema-deref-sync/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"clone": "^2.1.2",
|
|
"dag-map": "~1.0.0",
|
|
"is-valid-path": "^0.1.1",
|
|
"lodash": "^4.17.13",
|
|
"md5": "~2.2.0",
|
|
"memory-cache": "~0.2.0",
|
|
"traverse": "~0.6.6",
|
|
"valid-url": "~1.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^2.6.2",
|
|
"chai": "^4.2.0",
|
|
"fs.extra": "~1.3.2",
|
|
"js-yaml": "^3.13.1",
|
|
"jsdoc-to-markdown": "^4.0.0",
|
|
"mocha": "^6.1.4",
|
|
"standard": "~12.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"docs": "jsdoc2md \"lib/**/*.js\" --template readme.hbs > README.md"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
}
|
|
}
|