forked from melvincarvalho/timeline
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 720 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 720 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
{
"name": "Contacts",
"version": "0.1.0",
"homepage": "https://github.com/linkeddata/contacts",
"authors": [
"Melvin Carvalho <melvincarvalho@gmail.com>"
],
"description": "Clipboard",
"license": "MIT",
"keywords": "webid, linked data, clipboard, SoLiD",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"tests"
],
"dependencies": {
"lumx": "~0.3.39",
"angular-ui": "~0.4.0",
"angular-audio": "~1.7.0",
"angular-moment": "~0.10.3",
"moment": "~2.10.6",
"notie": "*",
"cal-heatmap": "~3.5.3",
"dexie": "~1.2.0",
"swiper": "~3.2.7",
"vis": "~4.10.0",
"fullpage": "~2.7.6"
}
}