UNPKG

angular2-datatable-pagination

Version:
37 lines (36 loc) 958 B
{ "name": "example", "version": "1.0.0", "description": "", "scripts": { "prebuild": "rimraf build", "build": "tsc -p app", "prestart": "npm run build", "start": "concurrently \"tsc -p app -w\" \"lite-server\" " }, "author": "", "license": "ISC", "devDependencies": { "concurrently": "^3.1.0", "lite-server": "^2.2.2", "typescript": "^2.0.3", "rimraf": "^2.5.4", "@types/lodash": "^4.14.37" }, "dependencies": { "@angular/common": "^2.1.1", "@angular/compiler": "^2.1.1", "@angular/core": "^2.1.1", "@angular/forms": "^2.1.1", "@angular/http": "^2.1.1", "@angular/router": "^3.1.1", "@angular/platform-browser": "^2.1.1", "@angular/platform-browser-dynamic": "^2.1.1", "bootstrap": "^3.3.7", "core-js": "^2.4.1", "lodash": "^4.16.4", "rxjs": "^5.0.0-beta.12", "systemjs": "0.19.40", "zone.js": "^0.6.26" } }