forked from nutritionix/nutrition-label
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 913 Bytes
/
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
{
"name": "nutrition-label-jquery-plugin",
"version": "6.0.8",
"homepage": "https://github.com/nutritionix/nutrition-label",
"authors": [
"Leo Joseph Gajitos <[email protected]>",
"Rommel Malang <[email protected]>"
],
"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": {
}
}