mirror of
https://github.com/jlengrand/fuzzy-date.git
synced 2026-03-10 08:21:23 +00:00
20 lines
565 B
JSON
20 lines
565 B
JSON
{
|
|
"name": "fuzzy-date",
|
|
"description": "A simple web component that displays dates in a format understood by humans",
|
|
"main": "fuzzy-date.html",
|
|
"version": "1.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"polymer": "Polymer/polymer#^2.0.0",
|
|
"moment": "^2.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
|
|
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
|
|
},
|
|
"resolutions": {
|
|
"polymer": "^2.0.0"
|
|
}
|
|
}
|