-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
75 lines (75 loc) · 1.84 KB
/
bower.json
File metadata and controls
75 lines (75 loc) · 1.84 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "packadic-site",
"version": "0.0.11",
"authors": [
"Robin Radic <robin@radic.nl>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/robinradic/docgen.git"
},
"bugs": {
"url": "https://github.com/robinradic/docgen/issues"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"jquery": "~1.11.2",
"jquery-migrate": "~1.2.1",
"lodash": "~3.10.0",
"font-awesome": "~4.4.0",
"requirejs": "~2.1.20",
"bootstrap-material-design": "~0.3.0",
"sass-material-colors": "~0.0.5",
"jquery-slimscroll": "~1.3.6",
"eventemitter2": "~0.4.14",
"require-css": "~0.1.8",
"ace": "~1.2.0",
"highlightjs": "~8.7.0",
"bourbon": "~4.2.3",
"bootstrap": "4.0.0-alpha",
"jstree": "~3.2.0",
"spinkit": "~1.2.1",
"jade": "~1.11.0",
"typescript-deferred": "~0.1.5",
"async": "~1.4.2",
"spectrum": "~1.7.1",
"bootstrap-switch": "~3.3.2",
"es6-module-loader": "~0.17.6",
"reflect-metadata": "~0.1.1",
"zone.js": "~0.5.2",
"system.js": "~0.18.17",
"svg.js": "~2.0.5",
"fuse": "~1.2.2",
"prism": "PrismJS/prism#gh-pages",
"underscore.string": "~3.2.2",
"jquery-ui": "~1.11.4",
"tether": "~1.1.0",
"jcarousel": "~0.3.3",
"rxjs": "~3.1.2",
"vue": "~0.12.15",
"ace-builds": "~1.2.0",
"CodeMirror": "~5.7.0",
"zeroclipboard": "~2.2.0",
"noty": "~2.3.7",
"animate.css": "~3.4.0",
"traceur": "~0.0.91",
"marked": "~0.3.5"
},
"resolutions": {
"jquery": "~1.11.2"
},
"dependencies": {
"angular": "~1.4.7",
"angular-material": "~0.11.4",
"polymer-ts": "~0.1.21",
"anno.js": "~0.2.0",
"jquery-scrollintoview": "litera/jquery-scrollintoview#06834cf7fdba0e86cac84ed7761ea64a3a5fbec8"
}
}