| 1234567891011121314151617181920212223 |
- {
- "name": "countup.js",
- "description": "Animates a numerical value by counting to it",
- "version": "1.9.3",
- "license": "MIT",
- "main": "./dist/countUp.min.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/inorganik/countUp.js.git"
- },
- "dependencies": {},
- "devDependencies": {
- "del": "~0.1.3",
- "gulp": "~3.8.10",
- "gulp-rename": "~1.2.0",
- "gulp-uglify": "^1.4.2",
- "gulp-wrap-umd": "~0.2.1"
- },
- "scripts": {
- "build": "gulp",
- "clean": "gulp clean"
- }
- }
|