forked from danielstorey/adapt-stacklist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
20 lines (20 loc) · 652 Bytes
/
bower.json
File metadata and controls
20 lines (20 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "adapt-stacklist",
"description": "Items fly in one at a time, alternating from left to right, when the learner clicks a button. Demo available.",
"version": "4.0.0",
"framework": ">=4",
"displayName": "Stack List",
"component": "stacklist",
"main": "/js/adapt-stacklist.js",
"homepage": "https://github.com/danielstorey/adapt-stacklist",
"repository": "git://github.com/danielstorey/adapt-stacklist.git",
"issues": "https://github.com/danielstorey/adapt-stacklist/issues",
"keywords": [
"adapt-plugin",
"adapt-component"
],
"license": "GPLv3",
"authors": [
"Dan Storey <danielstorey@gmail.com>"
]
}