kg
Version:
Request-based wrapper around Google's Knowledge Graph HTTP API
27 lines (26 loc) • 598 B
JSON
{
"name": "kg",
"version": "1.0.0",
"description": "Request-based wrapper around Google's Knowledge Graph HTTP API",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --ui exports test.js"
},
"author": {
"name": "Stephen Handley",
"email": "stephen.handley@gmail.com",
"url": "http://person.sh"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/stephenhandley/kg.git"
},
"license": "substanceware",
"dependencies": {
"arghh": "2.0.0",
"request": "2.67.0"
},
"devDependencies": {
"mocha": "2.3.4"
}
}