UNPKG

freebase

Version:

a very masculine way to work with data from freebase.com

39 lines 972 B
{ "author": "Spencer Kelly <spencerwater@gmail.com> (http://spencermounta.in)", "name": "freebase", "description": "a very masculine way to work with data from freebase.com", "version": "3.1.2", "repository": { "type": "git", "url": "git://github.com/spencermountain/Freebase.js.git" }, "main": "index.js", "engines": [ "node >= 0.3.6" ], "dependencies": { "request": "2.36.0", "open": "0.0.5", "googleapis": "0.6.1", "async": "0.8.0" }, "keywords": [ "freebase", "semantic web", "wikipedia" ], "preferGlobal": true, "devDependencies": { "grunt": "0.4.2", "grunt-contrib-jshint": "*", "grunt-contrib-concat": "*", "grunt-contrib-uglify": "*" }, "bin": { "freebase": "./bin/freebase.js" }, "scripts": { "test": "node ./tests/unit_tests.js" }, "license": "MIT" }