ajv/package.json

33 lines
698 B
JSON

{
"name": "ajv",
"version": "0.2.3",
"description": "Another JSON schema Validator",
"main": "lib/ajv.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter=spec spec/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/epoberezkin/ajv.git"
},
"keywords": [
"JSON",
"schema",
"validator"
],
"author": "Evgeny Poberezkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/epoberezkin/ajv/issues"
},
"homepage": "https://github.com/epoberezkin/ajv",
"dependencies": {
"dot": "^1.0.3",
"json-stable-stringify": "^1.0.0"
},
"devDependencies": {
"glob": "^5.0.10",
"mocha": "^2.2.5"
}
}