UNPKG

changed-http

Version:

Polls HTTP resources and fires events when they change

36 lines (35 loc) 760 B
{ "name": "changed-http", "version": "0.0.3", "description": "Polls HTTP resources and fires events when they change", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/robinjmurphy/changed" }, "keywords": [ "poll", "http", "changed" ], "author": "robin@robinmurphy.co.uk", "license": "ISC", "bugs": { "url": "https://github.com/robinjmurphy/changed/issues" }, "homepage": "https://github.com/robinjmurphy/changed", "devDependencies": { "mocha": "~1.17.1", "nock": "~0.27.2", "winston": "~0.7.2", "aws-sdk": "~2.0.0-rc9", "diff": "~1.0.8", "sinon": "~1.8.2" }, "dependencies": { "lodash": "~2.4.0" } }