UNPKG

date-format-lite

Version:

A small library for parsing and formatting dates

40 lines (39 loc) 884 B
{ "name": "date-format-lite", "version": "17.7.0", "stability": 2, "author": "Lauri Rooden <lauri@rooden.ee>", "license": "MIT", "description": "A small library for parsing and formatting dates", "keywords": [ "date", "time", "format", "parse", "litejs" ], "main": "index.js", "readmeFilename": "README.md", "files": [ "dist", "index.js" ], "scripts": { "build": "node node_modules/buildman/index.js --all", "test": "env TZ='Europe/Tallinn' node tests/index.js" }, "repository": "git://github.com/litejs/date-format-lite.git", "bugs": { "url": "https://github.com/litejs/date-format-lite/issues" }, "devDependencies": { "buildman": "0.2.31", "testman": "0.3.1" }, "buildman": { "dist/index-min.js": { "banner": "/*! litejs.com/MIT-LICENSE.txt */", "input": "index.js" } } }