-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
80 lines (80 loc) · 2.33 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
73
74
75
76
77
78
79
80
{
"name": "ng4-loading-spinner",
"version": "1.2.4",
"scripts": {
"build": "gulp build",
"build:watch": "gulp",
"docs": "npm run docs:build",
"docs:build": "compodoc -p tsconfig.json -n ng4-loading-spinner -d docs --hideGenerator",
"docs:serve": "npm run docs:build -- -s",
"docs:watch": "npm run docs:build -- -s -w",
"lint": "tslint --type-check --project tsconfig.json src/**/*.ts",
"lite": "lite-server",
"playground:build": "tsc -p playground -w",
"playground": "concurrently \"npm run build:watch\" \"npm run playground:build\" \"npm run lite\"",
"test": "tsc && karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/amitmahida92/ng4-loading-spinner"
},
"author": {
"name": "Amit Mahida",
"email": "[email protected]"
},
"keywords": [
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/amitmahida92/ng4-loading-spinner/issues"
},
"devDependencies": {
"@angular/common": "^7.2.2",
"@angular/compiler": "^7.2.2",
"@angular/compiler-cli": "^7.2.2",
"@angular/core": "^7.2.2",
"@angular/http": "^7.2.2",
"@angular/platform-browser": "^7.2.2",
"@angular/platform-browser-dynamic": "^7.2.2",
"@compodoc/compodoc": "^1.1.9",
"@types/jasmine": "2.5.53",
"@types/node": "^6.0.108",
"angular-in-memory-web-api": "^0.8.0",
"codelyzer": "^4.5.0",
"concurrently": "^4.1.0",
"core-js": "^2.6.5",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-rollup": "^2.16.2",
"jasmine-core": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"lite-server": "^2.4.0",
"node-sass": "^4.11.0",
"node-sass-tilde-importer": "^1.0.2",
"node-watch": "^0.6.0",
"protractor": "^5.4.2",
"rollup": "^1.6.0",
"run-sequence": "^2.2.1",
"rxjs": "^6.4.0",
"rxjs-system-bundle": "^6.3.3",
"systemjs": "^3.0.1",
"ts-lint": "^4.5.1",
"ts-node": "^8.0.3",
"tsickle": "^0.34.3",
"tslint": "~5.7.0",
"typescript": "^3.2.4",
"zone.js": "^0.8.26"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {}
}