-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 837 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 837 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
{
"name": "this-and-that",
"version": "0.0.0",
"dependencies": {
"bootstrap": "~3.0.0",
"folio.js": "git@github.com:frederickk/folio.js.git",
"font-awesome": "~3.2.1",
"jquery": "~1.9.1",
"jQuery-Retina-Display-Plugin": "git@github.com:mcilvena/jQuery-Retina-Display-Plugin.git",
"kerning.js": "git@github.com:endtwist/kerning.js.git",
"Lettering.js": "~0.6.1",
"onepage-scroll": "git@github.com:frederickk/onepage-scroll.git",
"orientation-listener": "git@github.com:component/orientation-listener.git#~1.0.4",
"paper.js": "git@github.com:paperjs/paper.js.git#~0.9.10",
"Snap.svg": "git@github.com:adobe-webplatform/Snap.svg.git#~0.1.0"
},
"devDependencies": {},
"ignore": [
"**/.*",
"node_modules",
"components",
"bower_components",
"test",
"tests"
]
}