angular2-pagination
Version:
Angular 2.0 pagination with support for Mongo Cursor to use with Meteor
38 lines (37 loc) • 988 B
JSON
{
"name": "angular2-pagination",
"version": "0.2.2",
"keywords": [
"angular",
"angular2",
"angular2-meteor",
"pages",
"pagination"
],
"main": "build/index.js",
"typings": "build/index.d.ts",
"bugs": {
"url": "https://github.com/Urigo/angular2-pagination/issues"
},
"homepage": "http://www.angular-meteor.com",
"repository": "https://github.com/Urigo/angular2-pagination/",
"description": "Angular 2.0 pagination with support for Mongo Cursor to use with Meteor",
"author": "Angular2-Meteor (https://github.com/Urigo/angular2-meteor)",
"license": "MIT",
"scripts": {},
"peerDependencies": {
"@angular/core": "^2.0.0-rc.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-ext-replace": "^0.3.0",
"gulp-git": "^1.7.0",
"gulp-typings": "^1.3.0",
"run-sequence": "^1.1.5",
"typescript": "^1.7.5",
"typings": "^0.7.7",
"gulp-less": "^3.1.0",
"gulp-tap": "^0.1.3"
}
}