UNPKG

machinepack-datetime

Version:
50 lines (49 loc) 1.1 kB
{ "name": "machinepack-datetime", "version": "1.4.0", "description": "Work the dates and times.", "scripts": { "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js" }, "keywords": [ "Datetime", "machines", "machinepack" ], "author": { "name": "Scott Gress", "email": "sgress454@treeline.io", "url": "https://github.com/sgress454" }, "license": "MIT", "dependencies": { "lodash": "^3.8.0", "machine": "^10.3.1", "moment": "^2.9.0", "moment-timezone": "^0.3.1" }, "devDependencies": { "mocha": "^2.1.0", "test-machinepack-mocha": "^2.1.1" }, "machinepack": { "friendlyName": "Datetime", "machineDir": "machines/", "machines": [ "timestamp", "parse-date", "parse-time", "stringify", "parse", "format", "time-from", "now", "parse-timestamp" ], "testsUrl": "https://travis-ci.org/sgress454/machinepack-datetime" }, "repository": { "type": "git", "url": "git@github.com:sgress454/machinepack-datetime.git" } }