UNPKG

fql-workbench

Version:

A FQL Workbench tool

35 lines (34 loc) 716 B
{ "name": "fql-workbench", "version": "0.2.9", "description": "A FQL Workbench tool", "keywords": [ "facebook", "api", "graph", "fql", "workbench" ], "author": "Jospeh Werle <joseph.werle@gmail.com>", "main": "index", "bin" : { "fql" : "./bin/cli.js" }, "dependencies": { "fbgraph" : "0.2.5", "repl-console" : ">=0.4.x", "request" : "2.11.x", "utilities" : "0.0.x", "colors" : "0.6.0-1", "yamljs" : "0.1.3", "jsdom" : "0.2.x", "jquery" : "1.7.x" }, "repository": { "type": "git", "url": "git://github.com/jwerle/fql-workbench.git" }, "engines": { "node": ">= 0.8.8" } }