UNPKG

zettapi_client

Version:

Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project

65 lines (64 loc) 1.83 kB
{ "name": "ng-table", "version": "1.0.0", "author": "Vitalii Savchuk <esvit666@gmail.com>", "license": "BSD", "repository": { "type": "git", "url": "git://github.com/esvit/ng-table.git" }, "main": "dist/ng-table.js", "devDependencies": { "browserify": "~9.0.8", "canonical-path": "0.0.2", "coveralls": "~2.11.0", "dgeni": "~0.4.1", "dgeni-packages": "~0.10.13", "grunt": "~0.4.2", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-connect": "~0.5.0", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-cssmin": "~0.6.1", "grunt-contrib-jade": "~0.5.0", "grunt-contrib-less": "~0.5.2", "grunt-contrib-requirejs": "~0.4.0", "grunt-contrib-uglify": "0.8.x", "grunt-contrib-watch": "~0.6.x", "grunt-hustler": "0.11.2", "grunt-release": "0.13.0", "gulp": "~3.8.11", "gulp-browserify": "~0.5.1", "gulp-gh-pages": "^0.5.1", "gulp-grunt": "^0.5.2", "gulp-sequence": "~0.3.2", "gulp-wait": "0.0.2", "gulp-webserver": "^0.9.0", "jasmine-core": "^2.3.4", "karma": "0.13.22", "karma-chrome-launcher": "1.0.1", "karma-coverage": "1.0.0", "karma-firefox-launcher": "1.0.0", "karma-jasmine": "1.0.2", "karma-ng-html2js-preprocessor": "1.0.0", "karma-phantomjs-launcher": "1.0.0", "load-grunt-tasks": "~0.2.0", "lodash": "~3.7.0", "phantomjs-prebuilt": "2.1.7", "qq": "^0.3.5", "typescript": "1.8.10", "typings": "^1.2.0" }, "scripts": { "postinstall": "npm run typings", "test": "npm run tsc && karma start --single-run --no-auto-watch", "tsc": "tsc", "tsc:w": "tsc -w", "typings": "typings install" }, "dependencies": {}, "peerDependencies": { "angular": "^1.2" } }