count-time-down
Version:
A helpful countdown class, 一个实用的的倒计时类
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "count-time-down",
"version": "1.0.5",
"description": "A helpful countdown class, 一个实用的的倒计时类",
"main": "index.js",
"scripts": {
"build": "rollup -c rollup.config.js && node scripts/postbuild.js",
"test:js": "node test/test.js",
"test:ts": "esno test/test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CN-Tower/count-time-down.git"
},
"keywords": [
"cd",
"time-cd",
"count-time-down",
"time-countdown",
"countdown-time",
"countdown",
"countdownjs",
"countdown-js",
"js-countdown",
"CountDown",
"count-down"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CN-Tower/count-time-down/issues"
},
"homepage": "https://github.com/CN-Tower/count-time-down#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"esno": "^0.12.1",
"funclib": "^6.0.6",
"rollup": "^2.60.2",
"rollup-plugin-formatter": "^1.0.2",
"rollup-plugin-terser": "^7.0.2"
}
}