forked from nutritionix/nutrition-label
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.01 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
{
"name": "nutrition-label-jquery-plugin",
"version": "8.0.7",
"homepage": "https://github.com/nutritionix/nutrition-label",
"authors": [
"Leo Joseph Gajitos <leejay22@gmail.com>",
"Rommel Malang <genesis23rd@gmail.com>",
"Yurko Fedoriv <yurko.fedoriv@gmail.com>"
],
"description": "To be able to create a FDA-style nutrition label with any nutrition data source",
"main": [
"/dist/js/nutritionLabel.js",
"/dist/css/nutritionLabel.css"
],
"moduleType": [
"globals"
],
"keywords": [
"nutrition",
"nutrition-label",
"jquery",
"plugin",
"jquery-plugin",
"fda",
"label",
"food-label"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"bootstrap/",
"css/",
"demo/",
"images/",
"js/",
"/*.css",
"/*.js",
"bower_components",
"nbproject",
"node_modules",
"test",
"tests",
"bower.json"
],
"dependencies": {
"jquery" : ">= 1.8.0"
}
}