date-api
Version:
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "date-api",
"version": "1.0.14",
"description": "",
"main": "lib/main.js",
"typings": "src/index.d.ts",
"keywords": [
"date",
"date-time",
"date time",
"日期方法",
"date time utils"
],
"scripts": {
"build": "webpack --config webpack.prod.config.js",
"dev": "webpack --config webpack.dev.config.js",
"postversion": "git push --follow-tags"
},
"author": "liuxsen <948771968@qq.com> (http://github.com/liuxsen)",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-loader": "^8.0.5",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-merge": "^4.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/liuxsen/date-api"
},
"dependencies": {}
}