forked from mariuszfoltak/angular2-datatable
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 2.11 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "angular2-serverpagination-datatable",
"version": "1.5.4",
"description": "DataTable component for Angular2 framework",
"main": "index.js",
"scripts": {
"prebuild": "rimraf lib",
"build": "ngc -p src",
"start": "http-server -c-1 -o -p 8875 .",
"pretest": "npm run build",
"test": "karma start karma.conf.js",
"posttest": "node_modules/.bin/remap-istanbul -i coverage/coverage-final.json -o coverage -t html",
"coverage-remap": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly",
"coverage": "http-server -c-1 -o -p 9875 ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ants24/angular2-serverpagination-datatable.git"
},
"keywords": [
"angular",
"angularjs",
"angular2",
"ng",
"ng2",
"table",
"pagination",
"sort",
"sorting"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ants24/angular2-serverpagination-datatable/issues"
},
"homepage": "https://github.com/Ants24/angular2-serverpagination-datatable#readme",
"devDependencies": {
"@angular/core": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/common": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"@angular/compiler-cli": "^2.1.0",
"core-js": "^2.4.1",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"lodash": "^4.0.0",
"phantomjs-prebuilt": "^2.1.7",
"remap-istanbul": "^0.7.0",
"rxjs": "5.0.0-beta.12",
"systemjs": "^0.19.39",
"typescript": "~2.1.0",
"zone.js": "^0.6.25",
"rimraf": "^2.5.4",
"@types/lodash": "^4.14.37",
"@types/jasmine": "^2.5.35"
},
"dependencies": {
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"lodash": "^4.0.0"
},
"peerDependencies": {
"rxjs": "^5.0.0-beta.12"
}
}