-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1.02 KB
/
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
39
40
41
{
"name": "dsc-polymer-scroll-reveal",
"description": "Provides animation effect when scrolling page. Elements are displayed when they enter the view port.",
"authors": [
"Andre Luiz Haag <[email protected]>"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"Discovery",
"scroll-reveal",
"scroll",
"reveal",
"effect",
"dsc"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"main": "dsc-polymer-scroll-reveal.html",
"repository": {
"type": "git",
"url": "git://github.com/discovery-tecnologia/dsc-polymer-scroll-reveal"
},
"private": false,
"dependencies": {
"polymer": "polymer/polymer#^1.4.0",
"iron-test-helpers": "^1.4.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "^4.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"iron-test-helpers": "polymerelements/iron-test-helpers#^1.4.0"
}
}