UNPKG

angular-simple-pagination

Version:
46 lines (45 loc) 1.18 kB
{ "name": "angular-simple-pagination", "version": "1.0.5", "keywords": [ "angular", "directive", "simple", "pagination", "ng-repeat" ], "homepage": "https://github.com/raoulus/angular-simple-pagination", "description": "angular pagination directive", "main": "dist/angular-simple-pagination.js", "repository": { "type": "git", "url": "git@github.com:raoulus/angular-simple-pagination.git" }, "scripts": { "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS" }, "author": "Raoul Jaeckel", "license": "MIT", "devDependencies": { "babel-preset-es2015": "^6.3.13", "chai": "3.4.1", "del": "^2.2.0", "gulp": "^3.9.0", "gulp-babel": "^6.1.1", "gulp-concat": "^2.6.0", "gulp-jscs": "^3.0.2", "gulp-jshint": "^2.0.0", "gulp-sequence": "^0.4.4", "jshint": "^2.8.0", "karma": "0.13.19", "karma-chai": "0.1.0", "karma-mocha": "0.2.1", "karma-mocha-reporter": "1.1.3", "karma-phantomjs-launcher": "0.2.1", "karma-sinon": "^1.0.4", "karma-sinon-chai": "1.1.0", "mocha": "2.3.4", "phantomjs": "1.9.19", "sinon": "1.17.2" } }