forked from jmandreslopez/ng2-odometer
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.73 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.73 KB
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
{
"name": "tm-ng-odometer-lib",
"description": "TmNgOdometer: An Angular library for animated numeric counters with precise decimal handling, customizable themes, and odometer-style animations.",
"author": "Marco Trinastich <mt.marco87@gmail.com>",
"contributors": [
"Jose Andres <jmandreslopez@gmail.com>"
],
"license": "MIT",
"version": "1.19.1",
"repository": {
"type": "git",
"url": "git+https://github.com/mtmarco87/tm-ng-odometer.git"
},
"bugs": {
"url": "https://github.com/mtmarco87/tm-ng-odometer/issues"
},
"homepage": "https://github.com/mtmarco87/tm-ng-odometer#readme",
"private": true,
"scripts": {
"ng": "ng",
"build": "node scripts/npm-utils.js prebuild && ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"link": "node scripts/npm-utils.js link",
"pack": "node scripts/npm-utils.js pack",
"publish": "node scripts/npm-utils.js publish",
"clean": "rimraf dist"
},
"dependencies": {
"@angular/common": "^19.2.7",
"@angular/core": "^19.2.7",
"rxjs": "^7.8.1",
"tm-odometer": "^2.x",
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.8",
"@angular/cli": "^19.2.8",
"@angular/compiler-cli": "^19.2.7",
"@angular/language-service": "^19.2.7",
"@angular/platform-browser-dynamic": "^19.2.7",
"@types/jasmine": "~3.8.0",
"@types/node": "^22.14.1",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^19.2.2",
"tslint": "~6.1.0",
"typescript": "^5.8.3"
}
}