UNPKG

foundrybot

Version:
49 lines (48 loc) 1.18 kB
{ "name": "foundrybot", "version": "1.1.0", "description": "Foundrybot API wrapper", "main": "index.js", "scripts": { "grunt": "grunt", "mocha": "mocha", "test": "npm run grunt && mocha" }, "repository": { "type": "git", "url": "git+https://github.com/FoundryAI/foundrybot-node.git" }, "keywords": [ "foundryai", "foundrybot", "foundrybot-crawler", "web crawler" ], "author": "FoundryAI <info@foundry.ai>", "license": "MIT", "bugs": { "url": "https://github.com/FoundryAI/foundrybot-node/issues" }, "homepage": "https://github.com/FoundryAI/foundrybot-node#readme", "dependencies": { "bluebird": "^3.5.0", "lodash": "^4.17.4", "request": "^2.81.0", "request-promise": "^4.2.1" }, "devDependencies": { "@types/bluebird": "^3.5.5", "@types/chai": "^4.0.0", "@types/lodash": "^4.14.66", "@types/mocha": "^2.2.41", "@types/node": "^8.0.0", "chai": "^4.0.2", "grunt": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-ts": "^6.0.0-beta.16", "mocha": "^3.4.2", "sinon": "^2.3.5", "typescript": "^2.3.4" } }