-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 795 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 795 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "floaty-clicky-thing",
"description": "Floaty Clicky Things (aka coachpoints) to add contextual help to an application.",
"ignore": [
"images",
"readme.md",
"lib",
"style",
".gitignore",
"bower.json",
"Gruntfile.js",
"package.json",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "ISC",
"homepage": "https://github.com/Coggle/floaty-clicky-thing",
"repository": {
"type": "git",
"url": "git@github.com:Coggle/floaty-clicky-thing.git"
},
"dependencies": {
"jquery-ui": ">=1.11"
},
"version": "0.0.0",
"authors": [
"James Crosby <james@coggle.it>"
],
"main": "dist/floaty-clicky-thing.js",
"moduleType": [
"amd"
],
"keywords": [
"coachpoints"
]
}