-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 765 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 765 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
{
"name": "mealplan",
"version": "0.0.1",
"homepage": "https://github.com/Unconditional-Chocolate/mealplan",
"authors": [
"Zack Fischmann <zacharyrobert@gmail.com>",
"Andy Sponring <asponring@gmail.com>",
"Mark Tausch <tausch86@gmail.com>",
"Melanie Gin <melaniegin1@gmail.com>"
],
"description": "Personalize your meal plans and generate custom grocery lists",
"main": "index.html",
"keywords": [
"food",
"shopping",
"list",
"yummly",
"machine",
"learning"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"react": "~0.13.3",
"jquery": "~2.1.4",
"backbone": "~1.2.0",
"bootstrap": "~3.3.4"
}
}