forked from udacity/mws-restaurant-stage-3
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
43 lines (43 loc) · 804 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
{
"name": "mws-restaurant-stage-3",
"description": "RESTAURANT REVIEWS",
"version": "3.0.0",
"main": "./dist/index.html",
"keywords": [
"google",
"udacity",
"udacity-nanodegree",
"restaurant",
"nanodegree"
],
"license": "ISC",
"author": "Luca Iaconelli <lucabelli9@gmail.com> (https://github.com/luxdamore)",
"private": true,
"homepage": "https://luxdamore.github.com/mws-restaurant-stage-3/",
"ignore": [
"**/.*",
"dist",
"docs",
".tmp",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"vanilla-lazyload": "^10.19.0",
"dexie": "^2.0.4",
"notie": "^4.3.1",
"starability": "^2.4.1"
},
"overrides": {
"vanilla-lazyload": {
"main": "dist/lazyload.js"
},
"notie": {
"main": [
"dist/notie.css",
"dist/notie.js"
]
}
}
}