@teclib/angular-glpi
Version:
Node Module for using AngularJS with GLPI API REST
29 lines (28 loc) • 565 B
JSON
{
"name": "angular-glpi",
"version": "1.0.0",
"homepage": "https://github.com/ajsb85/angular-glpi",
"authors": [
"Alexander J. Salas B. <asalas@teclib.com>"
],
"description": "Bower component for using AngularJS with GLPi API REST",
"main": "angular-glpi.js",
"dependencies": {
"angular": "~1.5.8"
},
"keywords": [
"glpi",
"angular",
"api",
"rest",
"service"
],
"license": "GPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}