UNPKG

moment-strftime

Version:
45 lines (36 loc) 823 B
{ "name": "moment-strftime", "version": "0.5.0", "author": "Benjamin Oakes <hello@benjaminoakes.com> (http://www.benjaminoakes.com/)", "description": "moment-strftime adds strftime to Moment.js", "keywords": [ "moment", "date", "strftime" ], "homepage": "https://github.com/benjaminoakes/moment-strftime", "bugs": "https://github.com/benjaminoakes/moment-strftime/issues", "repository": { "type": "git", "url": "https://github.com/benjaminoakes/moment-strftime.git" }, "license": "MIT", "licenses": [ { "type": "MIT" } ], "main": "./lib/moment-strftime.js", "engines": { "node": "*" }, "scripts": { "test": "jasmine-node spec" }, "dependencies": { "moment": "^2.11.2" }, "devDependencies": { "jasmine-node": "1.14.5" } }