-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 719 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 719 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
{
"name": "gardenproject",
"version": "0.0.0",
"dependencies": {
"jquery": "~2.0.3",
"requirejs": "~2.1.9",
"bedrock": "~1.0.0",
"underscore": "~1.5.2",
"backbone": "~1.1.0",
"jquery-placeholder": "~2.0.7",
"modernizr": "~2.6.2",
"normalize-css": "~2.1.2",
"raven-js": "https://raw.github.com/getsentry/raven-js/1.0.8/dist/1.0.8/raven.js",
"d3": "~3.3.13",
"moment": "~2.6.0",
"moment-timezone": "~0.0.6",
"granite": "~1.1.4",
"nvd3": "~1.1.15-beta",
"bootstrap": "~3.1.1",
"underscore.string": "~2.3.3",
"framework7": "~0.8.7",
"jquery.picplus": "~0.6.1",
"parse.com": "https://parse.com/downloads/javascript/parse-1.2.18.min.js"
}
}