ng-table-async
Version:
ngTable wrapper that offers some basic functionality and abstractions for working with asynchronous tables.
63 lines (62 loc) • 1.63 kB
JSON
{
"name": "ng-table-async",
"version": "0.0.21",
"description": "ngTable wrapper that offers some basic functionality and abstractions for working with asynchronous tables.",
"main": "dist/ng-table-async-tpls.js",
"files": [
"/dist/*"
],
"peerDependencies": {
"angular": "^1.4.3",
"ng-table": "^1.0.0"
},
"devDependencies": {
"angular-ui-publisher": "^1.2.8",
"coffeescript": "^2.5.1",
"del": "^5.1.0",
"event-stream": "^3.3.1",
"gulp": "^4.0.2",
"gulp-bump": "^0.3.1",
"gulp-clean-css": "^4.3.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-ext-replace": "^0.2.0",
"gulp-git": "^2.10.0",
"gulp-htmlmin": "^1.1.2",
"gulp-load-plugins": "^2.0.3",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-templates": "0.0.6",
"gulp-pug": "^4.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.2.0",
"lodash": "^3.9.3",
"minimist": "^1.1.1",
"np": "^6.4.0",
"pug": "^3.0.0",
"run-sequence": "^1.1.0"
},
"scripts": {
"build": "gulp build",
"release": "npm run build && np",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/andresmatasuarez/ng-table-async.git"
},
"keywords": [
"ngTable",
"angular",
"async",
"table",
"ng-table",
"module"
],
"author": "Andrés Mata Suárez <amatasuarez@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andresmatasuarez/ng-table-async/issues"
},
"homepage": "https://andresmatasuarez.github.io/ng-table-async"
}