moment-strftime
Version:
moment-strftime adds strftime to Moment.js
26 lines (25 loc) • 600 B
JSON
{
"name": "moment-strftime",
"version": "0.5.0",
"homepage": "https://github.com/benjaminoakes/moment-strftime",
"authors": [
"Benjamin Oakes <hello@benjaminoakes.com> (http://www.benjaminoakes.com/)"
],
"description": "moment-strftime adds strftime to Moment.js",
"main": "lib/moment-strftime.js",
"keywords": [
"moment",
"date",
"strftime"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec"
],
"dependencies": {
"moment": "^2.11.2"
}
}