-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 729 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 729 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": "Ideabile website",
"version": "0.1",
"authors": [
"Mauro Mandracchia <info@ideabile.com>"
],
"description": "My personal website build with Paper.js andD3.js",
"main": "js/app.js",
"keywords": [
"paper.js",
"d3.js",
"portfolio",
"animations",
"htm5",
"svg"
],
"license": "MIT",
"homepage": "http://www.ideabile.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"d3": "3.4.2",
"paper": "0.9.15",
"requirejs": "2.1.11",
"jquery": "2.1.0",
"animate.css": "3.1.0",
"bootstrap": "3.1.1",
"magnific-popup": "0.9.9",
"backbone": "1.1.2",
"isMobile": "~0.3.6"
}
}