-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ng2-bs-pagination",
"version": "1.1.10",
"description": "Boostrap pagination for angular 2.",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"prepublish": "tsc",
"tsc": "tsc",
"webpack": "webpack --display-error-details"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lexxorlov/ng2-bs-pagination.git"
},
"dependencies": {},
"devDependencies": {
"@angular/common": "~2.4.0",
"@angular/compiler": "~2.4.0",
"@angular/core": "~2.4.0",
"@angular/forms": "~2.4.0",
"@angular/http": "~2.4.0",
"@angular/platform-browser": "~2.4.0",
"@angular/platform-browser-dynamic": "~2.4.0",
"@angular/router": "~3.4.0",
"@types/node": "^6.0.46",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^3.0.0-beta.18",
"reflect-metadata": "^0.1.8",
"rollup": "^0.41.4",
"rxjs": "~5.0.0",
"systemjs": "0.19.40",
"typescript": "^2.0.10",
"zone.js": "^0.7.4"
},
"keywords": [
"angular2-bootstrap-pagination",
"ng2-bootstrap-pagination",
"ng2-pagination",
"bootstrap-pagination"
],
"author": {
"name": "Alexey Orlov",
"email": "aaorlov88@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/lexxorlov/ng2-bs-pagination.git/issues"
},
"homepage": "https://github.com/lexxorlov/ng2-bs-pagination.git#readme"
}