{
    "name": "time-formater",
    "version": "1.1.3",
    "description": "在javascript中显示日期",
    "main": "lib/timeformater.js",
    "scripts": {
        "test": "mocha"
    },
    "keywords": [
        "日期",
        "显示",
        "工具",
        "解析",
        "格式化",
        "时间"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/pengng/time-formater.git"
    },
    "author": "pengng",
    "license": "ISC",
    "devDependencies": {
        "mocha": "^5.2.0"
    }
}
