-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 813 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "adapt-backgroundScroll",
"repository": {
"type": "git",
"url": "git://github.com/danielstorey/adapt-backgroundScroll.git"
},
"framework": ">=3.0.0",
"description": "Backgrounds fade as the user scrolls. Backgrounds can be configured at article and block level",
"version": "3.0.2",
"displayName": "Background Scroll",
"extension": "backgroundScroll",
"main": "/js/adapt-backgroundScroll.js",
"homepage": "https://github.com/danielstorey/adapt-backgroundScroll",
"issues": "https://github.com/danielstorey/adapt-backgroundScroll/issues",
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"license": "GPLv3",
"authors": [
"Dan Storey <danielstorey@gmail.com>"
],
"targetAttribute": "_bgScroll"
}