-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.74 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
{
"name": "@polpware/fe-utilities",
"version": "9.4.3",
"description": "A set of utilties on url, array, string, date, promise, and more",
"main": "index.ts",
"scripts": {
"test": "karma start ./karma.conf.js",
"build": "ng-packagr -p ng-package.json",
"doc": "gulp doc",
"bump": "gulp bump"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polpware/polpware-fe-utilities.git"
},
"keywords": [
"utilities"
],
"author": "Tom Tang",
"license": "ISC",
"bugs": {
"url": "https://github.com/polpware/polpware-fe-utilities/issues"
},
"homepage": "https://github.com/polpware/polpware-fe-utilities#readme",
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.12",
"@angular-devkit/build-ng-packagr": "~0.901.12",
"@angular/cli": "~9.1.12",
"@angular/compiler": "~9.1.12",
"@angular/compiler-cli": "~9.1.12",
"@angular/core": "~9.1.12",
"@types/jasmine": "3.5.13",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-ignore": "^3.0.0",
"gulp-typedoc": "^2.2.5",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-typescript": "^5.1.0",
"moment": "^2.29.1",
"ng-packagr": "^9.0.0",
"phantomjs": "^2.1.7",
"puppeteer": "^5.2.1",
"rxjs": "~6.6.2",
"ts-node": "~8.3.0",
"tslib": "^1.10.0",
"tslint": "~6.1.0",
"typedoc": "^0.18.0",
"typescript": "~3.8.3",
"zone.js": "~0.10.2"
},
"peerDependencies": {
"moment": "^2.0.0"
}
}