podium-admin-sdk
Version:
Podium Admin JavaScript SDK
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "podium-admin-sdk",
"version": "0.0.10",
"description": "Podium Admin JavaScript SDK",
"keywords": [
"loyalty",
"reward",
"incentive",
"recognition",
"engagement",
"promotion",
"redemption"
],
"author": "Dan Shreim <dshreim@engagepeople.com>",
"private": false,
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"lint": "tslint -c tslint.json src/*/**.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/engagepeople/podium-admin-js-sdk.git"
},
"files": [
"dist/*.js",
"types/*.d.ts"
],
"types": "./types/*.d.ts",
"devDependencies": {
"source-map-loader": "^0.2.3",
"ts-loader": "^4.1.0",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.13"
},
"dependencies": {
"axios": "^0.18.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}