UNPKG

dgraph-live

Version:

Watch and report changes to sources in dgraph

30 lines 643 B
{ "name": "dgraph-live", "version": "0.5.0", "description": "Watch and report changes to sources in dgraph", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec specs.js" }, "repository": { "type": "git", "url": "andreypopp/dgraph-live" }, "keywords": [ "dgraph", "watch" ], "author": "Andrey Popp <8mayday@gmail.com>", "license": "MIT", "devDependencies": { "semver": "~2.1.0", "jshint": "~2.1.11", "mocha": "~1.13.0", "touch": "0.0.2" }, "dependencies": { "lodash": "2.x.x", "dgraph": ">= 0.9.x", "stream-aggregate-promise": "~0.1.1" } }