ma-kentico-cloud-delivery-js-sdk
Version:
Unofficial SDK for the Kentico Cloud Delivery API
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "ma-kentico-cloud-delivery-js-sdk",
"version": "0.2.0",
"description": "Unofficial SDK for the Kentico Cloud 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.2",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"eslint-plugin-react": "^7.1.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"mocha": "^3.4.2",
"util": "^0.10.3"
}
}