aurelia-api
Version:
A simple api wrapper around aurelia-fetch-client
32 lines • 769 B
JSON
{
"name": "aurelia-api",
"version": "3.2.1",
"description": "A simple api wrapper around aurelia-fetch-client",
"keywords": [
"aurelia",
"plugin",
"fetch",
"fetch-client"
],
"homepage": "http://aurelia-api.spoonx.org/",
"main": "dist/commonjs/aurelia-api.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"RWOverdijk <wesley@spoonx.nl> (http://spoonx.nl/)"
],
"contributors": [
"Dirk Eisinger <doktordirk@outlook.de>"
],
"repository": {
"type": "git",
"url": "https://github.com/SpoonX/aurelia-api"
},
"dependencies": {
"aurelia-dependency-injection": "^1.0.0",
"aurelia-fetch-client": "^1.0.0",
"aurelia-framework": "^1.0.0",
"aurelia-path": "^1.1.1",
"extend": "^3.0.0"
}
}