motto-timer
Version:
简单易用的JS定时器
27 lines (26 loc) • 582 B
JSON
{
"name": "motto-timer",
"version": "0.0.11",
"description": "简单易用的JS定时器",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "webpack",
"example": "http-server -p 8081"
},
"repository": {
"type": "git",
"url": "https://gitee.com/motto/motto-timer.git"
},
"keywords": [
"定时器",
"timer"
],
"author": "https://gitee.com/motto",
"license": "MIT",
"devDependencies": {
"http-server": "^0.11.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.6"
}
}