node.date-time
Version:
date-time formatter for javascript
37 lines (36 loc) • 859 B
JSON
{
"name": "node.date-time",
"version": "1.2.2",
"description": "date-time formatter for javascript",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
"prepublish": "npm run build",
"publish": "rm -rf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeliex/node.date-time.git"
},
"keywords": [
"date",
"time"
],
"author": "yeliex",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/yeliex/node.date-time/issues"
},
"homepage": "https://github.com/yeliex/node.date-time#readme",
"dependencies": {
"left-pad": "^1.1.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.24.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"webpack": "^1.13.1"
}
}