UNPKG

d-datepicker

Version:
32 lines (31 loc) 678 B
{ "name": "d-datepicker", "version": "0.3.1", "description": "Datepicker component for Derby", "homepage": "http://icaliman.github.io/d-datepicker/", "main": "lib/index.js", "author": "John Caliman", "license": "MIT", "keywords": [ "datepicker", "derby-component" ], "repository": { "type": "git", "url": "https://github.com/icaliman/d-datepicker.git" }, "scripts": { "test": "grunt", "prepublish": "grunt" }, "dependencies": { "moment": "~2.7.0" }, "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-coffee": "~0.10.1", "grunt-mocha-test": "~0.9.0", "mocha": "~1.17.1", "chai": "~1.9.0" } }