UNPKG

2.43 kBJSONView Raw
1{
2 "name": "ng2-slim-loading-bar",
3 "description": "Angular2 component shows slim loading bar at the top of the page",
4 "version": "4.0.0",
5 "scripts": {
6 "test": "karma start",
7 "test-watch": "tsc && karma start --no-single-run --auto-watch",
8 "commit": "npm run prepublish && npm test && git-cz",
9 "prepublish": "ngc && npm run build",
10 "build": "webpack && cp style.css bundles/style.css",
11 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/akserg/ng2-slim-loading-bar.git"
16 },
17 "keywords": [
18 "angular",
19 "angular2",
20 "slim",
21 "loading",
22 "bar",
23 "progress"
24 ],
25 "author": "Sergey Akopkokhyants",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/akserg/ng2-slim-loading-bar/issues"
29 },
30 "main": "bundles/index.umd.js",
31 "module": "index.js",
32 "typings": "index.d.ts",
33 "homepage": "https://github.com/akserg/ng2-slim-loading-bar",
34 "peerDependencies": {
35 "@angular/core": "^2.4.7 || ^4.0.0"
36 },
37 "devDependencies": {
38 "@angular/common": "^2.4.7",
39 "@angular/compiler": "^2.4.7",
40 "@angular/compiler-cli": "^2.4.7",
41 "@angular/core": "^2.4.7",
42 "@angular/platform-browser": "^2.4.7",
43 "@angular/platform-browser-dynamic": "^2.4.7",
44 "@angular/platform-server": "^2.4.7",
45 "@types/hammerjs": "^2.0.33",
46 "@types/jasmine": "2.5.37",
47 "@types/node": "6.0.46",
48 "awesome-typescript-loader": "2.2.4",
49 "codelyzer": "2.0.0-beta.2",
50 "commitizen": "2.8.6",
51 "core-js": "2.4.1",
52 "cz-conventional-changelog": "1.2.0",
53 "istanbul-instrumenter-loader": "0.2.0",
54 "jasmine-core": "2.5.2",
55 "karma": "1.3.0",
56 "karma-chrome-launcher": "2.0.0",
57 "karma-firefox-launcher": "1.0.0",
58 "karma-coverage": "1.1.1",
59 "karma-jasmine": "1.0.2",
60 "karma-mocha-reporter": "^2.1.0",
61 "karma-remap-coverage": "~0.1.2",
62 "karma-sourcemap-loader": "^0.3.7",
63 "karma-webpack": "^2.0.1",
64 "loader-utils": "~0.2.16",
65 "reflect-metadata": "^0.1.8",
66 "rxjs": "^5.0.3",
67 "semantic-release": "4.3.5",
68 "source-map-loader": "0.1.5",
69 "ts-helpers": "1.1.2",
70 "tslint": "~4.0.0",
71 "tslint-loader": "3.3.0",
72 "typescript": "2.0.10",
73 "webpack": "2.2.0",
74 "zone.js": "^0.7.6"
75 },
76 "config": {
77 "commitizen": {
78 "path": "./node_modules/cz-conventional-changelog"
79 }
80 }
81}