forked from saeidzebardast/moment-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 959 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "moment-js",
"version": "1.0.0",
"authors": [
"Saeid Zebardast <[email protected]>"
],
"description": "A Polymer element to parse, validate, manipulate, and display dates using Moment.js.",
"keywords": [
"web-component",
"web-components",
"polymer",
"moment",
"date"
],
"main": "moment-js.html",
"license": "MIT",
"homepage": "https://github.com/saeidzebardast/moment-js/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "^2.0",
"moment": "^2.2.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^3.0.0",
"web-component-tester": "^6.0.0",
"github-fork-ribbon": "^0.2.0",
"iron-demo-helpers": "^2.0.0",
"paper-input": "PolymerElements/paper-input#^2.0.3",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"resolutions": {
"webcomponentsjs": "^1.0.0",
"polymer": "^2.0"
}
}