-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
33 lines (33 loc) · 1.03 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
{
"name": "beryllium",
"description": "Front-end library containing shared code for beryllium-* projects",
"main": "",
"authors": [
"Brian Putnam <brian.putnam@lasp.colorado.edu>"
],
"license": "ISC",
"homepage": "",
"private": true,
"ignore": [
"*",
"!dist/**/*"
],
"devDependencies": {
"angular-bootstrap": "^2.4.0",
"angular-sanitize": "^1.6.3",
"angular-messages": "^1.6.3",
"angular-animate": "^1.6.3",
"angular-aria": "^1.6.3",
"angular-material": "^1.1.1",
"angular-sortable-view": "^0.0.16",
"animate-css": "https://raw.githubusercontent.com/daneden/animate.css/3.5.2/animate.css",
"bootstrap": "^3.3.7",
"json3": "^3.3.2",
"lasp-highstock": "https://github.com/lasp/lasp-highstock.git",
"lz-string": "https://cdn.rawgit.com/pieroxy/lz-string/86c3934589b0931cec4421549ed714d693b6400e/libs/lz-string.js",
"moment-strict": "https://github.com/lasp/moment-strict.git",
"moment": "^2.16.0",
"moment-timezone": "^0.5.14",
"Split.js": "^1.3.5"
}
}