UNPKG

date-extended

Version:

Additional date extensions with a chainable api

44 lines (43 loc) 1.04 kB
{ "name": "date-extended", "version": "0.0.6", "description": "Additional date extensions with a chainable api", "main": "index.js", "scripts": { "test": "it -r dot" }, "repository": { "type": "git", "url": "git:git@github.com:doug-martin/date-extended.git" }, "keywords": [ "Date", "extender", "utilities" ], "testling": { "files": "test/browserling.js", "browsers": [ "ie/8..latest", "chrome/20..latest", "firefox/14..latest", "safari/latest", "iphone/6", "ipad/6" ] }, "author": "Doug Martin", "license": "MIT", "dependencies": { "extended": "~0.0.3", "is-extended": "~0.0.3", "array-extended": "~0.0.3" }, "devDependencies": { "it": "~0.2.0", "grunt-it": "~0.3.0", "grunt-contrib-uglify": "~0.2.0", "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.4.3" } }