zettapi_client
Version:
Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project
24 lines (23 loc) • 664 B
JSON
{
"name": "zettapi_client",
"version": "0.5.60",
"description": "Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project",
"scripts": {},
"author": "João Lourenço <joao.lourenco@zetta-link.com>",
"license": "MIT",
"dependencies": {
"ng-table": "^2.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-htmlhint": "^0.3.1",
"gulp-jshint": "^2.0.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"htmlhint-stylish": "^1.0.3",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.0"
}
}