forked from cgkineo/adapt-nudge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 920 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
{
"name": "adapt-nudge",
"repository": {
"type": "git",
"url": "git://github.com/cgkineo/adapt-nudge.git"
},
"framework": ">=2.2",
"version": "2.0.9",
"homepage": "https://github.com/cgkineo/adapt-nudge",
"issues": "https://github.com/cgkineo/adapt-nudge/issues/",
"displayName": "Nudge",
"extension": "nudge",
"description": "An extension to help users become familiar with the interface of an Adapt course.",
"main": "/js/adapt-nudge.js",
"keywords": [
"adapt-plugin",
"adapt-extension",
"help",
"aid",
"navigate",
"navigation",
"signpost",
"tooltip",
"illustrate",
"illustration",
"ui",
"ux",
"walkthrough",
"reminder",
"onboarding",
"hint",
"hinting"
],
"license": "GPLv3",
"targetAttribute": "_nudge"
}