forked from buildingblocks/bb-prototype-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.36 KB
/
bower.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "bb-prototype-website",
"version": "1.0.0",
"description": "Default Building Blocks website prototype template.",
"homepage": "https://github.com/buildingblocks/bb-prototype-website",
"issues": "https://github.com/buildingblocks/bb-prototype-website/issues",
"authors": [
"Paul Welsh (https://github.com/spacedawwwg)",
"John Cashmore (https://github.com/JohnCashmore)",
"Daniel Furze (https://github.com/furzeface)",
"Andrew 'The Ledge' Blackledge (https://github.com/ablackledge)",
"Clara Jordan (https://github.com/czmj)"
],
"contributors": [
"Phil Lennon (https://github.com/PJL101)",
"Peter Broom (https://github.com/PeterBroom)"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"node_modules"
],
"devDependencies": {
"console-polyfill": "~0.1.2",
"jquery": "1.11.1",
"jquery-tiny-pubsub": "~0.7.0",
"modernizr": "~2.8.2",
"normalize-less": "*",
"nwmatcher": "~1.3.1",
"selectivizr": "~1.0.2"
},
"preen": {
"console-polyfill": [
"*.js"
],
"jquery": [
"dist/*.{js,map}"
],
"jquery-tiny-pubsub": [
"dist/*.min.js"
],
"modernizr": [
"modernizr.js"
],
"normalize-less": [
"normalize.less"
],
"nwmatcher": [
"src/nwmatcher.js"
],
"selectivizr": [
"selectivizr.js"
]
}
}