UNPKG

webhandle-calendar

Version:

Calendar tools for node webhandle

29 lines (28 loc) 622 B
{ "name": "webhandle-calendar", "version": "1.0.18", "description": "Calendar tools for node webhandle", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@repo.emergentideas.com:webhandle-calendar.git" }, "keywords": [ "calendar", "webhandle", "events" ], "author": "Dan Kolz", "license": "ISC", "dependencies": { "dreck": "^1.0.8", "ei-pic-browser": "^1.0.9", "moment": "^2.22.2", "sortablejs": "^1.14.0", "webhandle": "^1.0.20", "webhandle-users": "^1.0.5" } }