-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 998 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": "LANcie",
"version": "0.0.0",
"homepage": "https://github.com/WISVCH/LANcie",
"authors": [
"Sille",
"Rebecca",
"Sven",
"Wouter",
"Nordin",
"Paul"
],
"description": "Website voor the most FANcy commissie die er is!!",
"main": "index.html",
"keywords": [
"LANcie",
"FANcie",
"AREA",
"51LAN",
"Area",
"FiftyLAN"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#0.5.5",
"core-elements": "Polymer/core-elements#0.5.5",
"paper-elements": "Polymer/paper-elements#0.5.5",
"google-map": "GoogleWebComponents/google-map#~0.4.0",
"google-youtube": "GoogleWebComponents/google-youtube#~1.0.1",
"smooth-scroll": "https://github.com/cferdinandi/smooth-scroll.git",
"components-font-awesome": "^4.3.0",
"ajax-form": "~1.4.0",
"webcomponentsjs": "~0.5.4"
}
}