custom-time
Version:
高度自定义化日期插件
22 lines (21 loc) • 503 B
JSON
{
"name": "custom-time",
"version": "1.0.1",
"description": "高度自定义化日期插件",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel main.js -d lib -s",
"build:src": "babel src -d lib/src -s",
"start": "babel-node main.js"
},
"keywords": [
"custom-date"
],
"author": "songbo.zheng",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}