json-assert
Version:
check json object matches template
30 lines (29 loc) • 617 B
JSON
{
"name": "json-assert",
"version": "1.0.2",
"description": "check json object matches template",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --recursive test/"
},
"repository": {
"type": "git",
"url": "git://github.com/5app/json-assert.git"
},
"keywords": [
"json",
"assert",
"check"
],
"author": "James Brooks <kerspoon@gmail.com> (http://5app.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/5app/json-assert/issues"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"dependencies": {
"underscore": "^1.8.2"
}
}