-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 797 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 797 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
36
37
{
"name": "peeriod-frontend",
"version": "0.1.1",
"homepage": "https://github.com/joernroeder/abschluss_frontend",
"author": [
{
"name": "Jonathan Pirnay",
"email": "mail@johnnycrab.com"
},
{
"name": "Jörn Röder",
"email": "me@joernroeder.de"
}
],
"license": "MIT",
"private": true,
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"animate.css": "~3.1.1",
"d3": "~3.4.11",
"drop": "~0.5.4",
"headroom.js": "~0.7.0",
"html2canvas": "~0.4.1",
"jQuery.dotdotdot": "~1.6.16",
"modularized-normalize-scss": "~3.0.1",
"select": "~0.5.2",
"shepherd.js": "~0.5.1",
"springy": "~2.6.1",
"tether": "~0.6.5",
"tether-tooltip": "~0.2.6"
}
}