-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathbower.json
41 lines (41 loc) · 863 Bytes
/
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
{
"name": "nouveau-wordpress-starter-theme",
"version": "0.14.0",
"authors": [
"Matt van Andel <[email protected]>"
],
"description": "A Foundation-based starter theme for WordPress.",
"license": "MIT & GPL-2.0",
"homepage": "http://nouveauframework.org",
"dependencies": {
"jquery": "^3.1.1",
"foundation-sites": "^6.3.1",
"motion-ui": "~1.2.2",
"what-input": "^4.1.1"
},
"ignore": [
"**/.*",
"_docs",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {},
"main": [
"./assets/scss/app.css",
"./assets/scss/admin.css",
"./assets/scss/editor.css",
"./assets/js/app.js",
"./assets/js/admin.js",
"./assets/js/theme-customizer.js"
],
"keywords": [
"wordpress",
"theme",
"framework",
"nouveau",
"zurb",
"foundation"
]
}