json-api-schema
Version:
JSON Api Schema is a JSON dialect that can describe any Web Based API that uses JSON to exchange data.
34 lines (33 loc) • 837 B
JSON
{
"name": "json-api-schema",
"version": "0.0.7",
"description": "JSON Api Schema is a JSON dialect that can describe any Web Based API that uses JSON to exchange data.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mcasimir/json-api-schema"
},
"keywords": [
"Api",
"Json",
"Json-Schema",
"RMI"
],
"author": "Maurizio Casimirri (https://github.com/mcasimir)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcasimir/json-api-schema/issues"
},
"devDependencies": {
"lodash": "~1.3.1",
"coffee-script": "~1.6.3",
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-clean": "~0.4.1",
"grunt-exec": "~0.4.2",
"codo": "",
"mocha": "",
"should": ""
}
}