-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 891 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 891 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
38
39
{
"name": "Terminally-Pixelated",
"version": "1",
"homepage": "https://github.com/terminalpixel/Terminally-Pixelated",
"authors": [
"Terminal Pixel <blether@terminalpixel.co.uk>"
],
"description": "A developer orientated WordPress starter theme",
"keywords": [
"wordpress",
"timber",
"twig",
"scss",
"sass",
"grunt",
"bower"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"scut": "~1.1.3",
"normalize.scss": "kristerkari/normalize.scss",
"typecsset": "terminalpixel/typecsset#79f57ff2c1b5d21ac5a90839fc887907063fa014",
"modular-scale": "~2.0.9",
"susy": "~2.2.5",
"breakpoint-sass": "~2.6.1",
"hint.css": "~1.3.4",
"footable": "~2.0.3",
"leaflet": "~0.7.3",
"slideout.js": "~0.1.9"
}
}