UNPKG

692 BJSONView Raw
1{
2 "name": "countup",
3 "description": "Animates a numerical value by counting to it",
4 "version": "1.8.2",
5 "licenses": "MIT",
6 "main": "./dist/countUp.min.js",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/inorganik/countUp.js.git"
10 },
11 "dependencies": {},
12 "devDependencies": {
13 "@angular/core": "^2.2.3",
14 "@types/core-js": "^0.9.34",
15 "del": "~0.1.3",
16 "gulp": "~3.8.10",
17 "gulp-rename": "~1.2.0",
18 "gulp-typescript": "^3.1.3",
19 "gulp-uglify": "^1.4.2",
20 "gulp-wrap-umd": "~0.2.1",
21 "rxjs": "^5.0.1",
22 "typescript": "^2.0.10",
23 "zone.js": "^0.7.2"
24 },
25 "scripts": {
26 "build": "gulp",
27 "clean": "gulp clean"
28 }
29}