UNPKG

functional-moment

Version:
33 lines (32 loc) 719 B
{ "name": "functional-moment", "version": "0.0.2", "description": "Demethodizing Moment.js", "main": "index.js", "scripts": { "test": "node tests/index.js" }, "repository": { "type": "git", "url": "git://github.com/apax-software/functional-moment.git" }, "keywords": [ "moment", "date", "time", "functional" ], "author": "Matt Smith <msmith@apaxsoftware.com>", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/apax-software/functional-moment/issues" }, "homepage": "https://github.com/apax-software/functional-moment", "dependencies": { "moment": "~2.7.0", "ramda": "~0.2.2" }, "devDependencies": { "tape": "~2.13.3" } }