forked from chevcast/angular-spinners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.52 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
{
"name": "@chevtek/angular-spinners",
"version": "5.1.2",
"description": "Easy loading spinner management for apps running Angular 2+",
"main": "dist/bundles/angular-spinners.umd.js",
"module": "dist/index.js",
"scripts": {
"cleanup": "rimraf dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md",
"bundle": "rollup -c",
"minify": "uglifyjs dist/bundles/angular-spinners.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/angular-spinners.umd.min.js",
"copy": "copyfiles LICENSE README.md dist",
"build": "npm run cleanup && ngc && npm run bundle && npm run minify && npm run copy"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/chevtek/angular-spinners.git"
},
"keywords": [
"angular",
"angular2",
"angular 2",
"angular4",
"spinners",
"spinner",
"loading",
"loaders"
],
"author": "Alex Ford",
"license": "MIT",
"bugs": {
"url": "https://github.com/chevtek/angular-spinners/issues"
},
"homepage": "https://github.com/chevtek/angular-spinners#readme",
"dependencies": {
"@angular/common": "5.2.8",
"@angular/core": "5.2.8",
"@angular/http": "5.2.8",
"@angular/compiler": "5.2.8",
"@angular/compiler-cli": "5.2.8",
"reflect-metadata": "0.1.12",
"rxjs": "5.5.6",
"zone.js": "0.8.20",
"copyfiles": "2.0.0",
"rimraf": "2.6.2",
"rollup": "0.56.5",
"typescript": "2.7.2",
"uglify-js": "3.3.14"
}
}