UNPKG

kentico-cloud-delivery-js-sdk

Version:
45 lines (44 loc) 1.19 kB
{ "name": "kentico-cloud-delivery-js-sdk", "version": "0.0.16", "description": "Unofficial SDK for the Kontent.ai Delivery API", "main": "src/index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/MilanLund/kentico-cloud-delivery-js-sdk.git" }, "keywords": [ "Delivery", "Kentico", "Cloud", "JavaScript", "Vanilla" ], "author": "Milan Lund <hello@milanlund.com> (http://www.milanlund.com)", "license": "MIT", "bugs": { "url": "https://github.com/MilanLund/kentico-cloud-delivery-js-sdk/issues" }, "homepage": "https://github.com/MilanLund/kentico-cloud-delivery-js-sdk#readme", "dependencies": { "bluebird": "^3.5.0", "cheerio": "^1.0.0-rc.12", "image-cache": "^1.0.1", "memory-cache": "^0.2.0", "request": "^2.81.0", "request-promise": "^4.2.1" }, "devDependencies": { "babel-eslint": "^8.2.6", "chai": "^4.1.0", "chai-as-promised": "^7.1.1", "eslint-plugin-react": "^7.1.0", "gulp": "^3.9.1", "gulp-eslint": "^5.0.0", "mocha": "^5.2.0", "util": "^0.11.0" } }