UNPKG

rtbkit-js

Version:

Access RTBkit APIs easily with Node.js

34 lines (33 loc) 753 B
{ "name": "rtbkit-js", "version": "0.3.1", "description": "Access RTBkit APIs easily with Node.js", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/max-crow/rtbkit-js.git" }, "keywords": [ "rtb", "rtbkit" ], "author": "Maksim G. Voronin <maxgcrow@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/max-crow/rtbkit-js/issues" }, "homepage": "https://github.com/max-crow/rtbkit-js", "devDependencies": { "chai": "^4.0.2", "sinon": "^2.3.5", "sinon-chai": "^2.11.0" }, "dependencies": { "body-parser": "^1.17.2", "express": "^4.15.3", "multer": "^1.3.0" } }