lion/packages/ajax/package.json
CircleCI c4e7a1631c chore: release new versions
- @lion/ajax@0.1.2
2019-04-27 12:34:49 +00:00

41 lines
868 B
JSON

{
"name": "@lion/ajax",
"version": "0.1.2",
"description": "Thin wrapper around axios to allow for custom interceptors",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/ajax"
},
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"keywords": [
"lion",
"web-components",
"ajax"
],
"main": "index.js",
"module": "index.js",
"files": [
"src",
"stories",
"test",
"*.js"
],
"dependencies": {
"@bundled-es-modules/axios": "0.18.0",
"@lion/core": "^0.1.1"
},
"devDependencies": {
"@open-wc/storybook": "^0.1.5",
"@open-wc/testing": "^0.11.1",
"sinon": "^7.2.2"
}
}