-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
52 lines (52 loc) · 1.06 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "leocornus-nodejs-sandbox",
"main": "index.js",
"version": "0.0.6",
"homepage": "https://github.com/leocornus/leocornus-nodejs-sandbox",
"description": "fun place to learn nodejs",
"moduleType": [
"globals",
"node"
],
"keywords": [
"jquery",
"jquery",
"plugin",
"bootstrap"
],
"authors": [
"Sean Chen"
],
"license": "GPLv2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.5",
"jquery": "~2.1.4",
"jquery-ui": "~1.11.4",
"font-awesome": "~4.5.0",
"jquery-ui-bootstrap": "~0.2.5",
"clipboard": "~1.5.13"
},
"devDependencies": {
"angular": "~1.4.7",
"d3": "~3.5.16",
"svg.js": "~2.2.5",
"d3-cloud": "~1.2.1",
"lightbox2": "~2.8.2",
"arm-galleria": "~1.4.3",
"video.js": "~5.10.2",
"jsoneditor": "~5.5.7",
"leocornus-visualdata": "^0.0.7",
"d3-queue": "^3.0.7",
"justifiedGallery": "justified-gallery#^3.6.3"
},
"resolutions": {
"font-awesome": "~4.7.0"
}
}