UNPKG

google-discovery-document

Version:

Create and validate a Google API discovery document for use with your own REST service

42 lines (41 loc) 941 B
{ "name": "google-discovery-document", "version": "0.1.7", "description": "Create and validate a Google API discovery document for use with your own REST service", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/tjwebb/node-google-discovery-document.git" }, "keywords": [ "google", "discovery", "document", "apis", "rest" ], "author": "Travis Webb <me@travisewebb.com>", "license": "MIT", "bugs": { "url": "https://github.com/tjwebb/node-google-discovery-document/issues" }, "homepage": "https://github.com/tjwebb/node-google-discovery-document", "dependencies": { "congruence": "^1.5.4", "lodash": "^2.4.1", "requireindex": "^1.1.0" }, "devDependencies": { "mocha": "^1.21.3" }, "engines": { "node": "^0.10.30", "npm": "^1.4.21" } }