moment-round
Version:
Date rounding for Moment.js
35 lines (33 loc) • 882 B
JSON
{
"name": "moment-round",
"version": "1.0.1",
"description": "Date rounding for Moment.js",
"keywords": [ "moment", "moment.js", "date", "round" ],
"homepage": "https://github.com/WebDevTmas/moment-round",
"bugs": "https://github.com/WebDevTmas/moment-round/issues",
"license": "CC-BY-SA-3.0",
"author": "Thomas Vanderhaeghen <info@tmas.me> (http://www.tmas.me)",
"main": "./dist/moment-round",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://git@github.com/WenDevTmas/moment-round.git"
},
"scripts": {
"build": "gulp deploy",
"test": "gulp test"
},
"devDependencies": {
"mocha": ">=2.1.0",
"gulp": ">=3.0.0",
"gulp-uglify": ">= 1.2.0",
"gulp-rename": ">= 1.2.2",
"gulp-mocha": ">= 2.1.2",
"should": ">= 7.0.0"
},
"peerDependencies": {
"moment": ">= 2"
}
}