aurelia-orm
Version:
Makes working with entities and calling your Rest API simple.
36 lines • 908 B
JSON
{
"name": "aurelia-orm",
"version": "7.0.1",
"description": "Makes working with entities and calling your Rest API simple.",
"keywords": [
"aurelia",
"plugin",
"fetch",
"fetch-client",
"orm",
"api"
],
"homepage": "http://aurelia-orm.spoonx.org/",
"main": "dist/commonjs/aurelia-orm.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"RWOverdijk <wesley@spoonx.nl> (http://spoonx.nl/)"
],
"repository": {
"type": "git",
"url": "https://github.com/SpoonX/aurelia-authentication"
},
"dependencies": {
"aurelia-api": "^3.0.0",
"aurelia-binding": "^1.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-metadata": "^1.0.0",
"aurelia-templating": "^1.0.0",
"aurelia-validation": "^1.0.0",
"aurelia-view-manager": "^0.1.0",
"get-prop": "^0.0.10",
"typer": "^1.1.0"
}
}