-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 809 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 809 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
{
"name": "pressbooks/pressbooks-jacobs",
"description":
"This theme is named after American-Canadian activist, journalist, and author Jane Jacobs, who is responsible for the New Urbanism movement in urban studies. It is designed for academic writing, particularly textbooks, but is also suitable for fiction. Headings and body type are set in Montserrat.",
"type": "wordpress-theme",
"require": {
"composer/installers": "~1.3"
},
"require-dev": {
"humanmade/coding-standards": "^0.2.1"
},
"archive": {
"exclude": [".github"]
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Pressbooks (Book Oven Inc.)",
"email": "code@pressbooks.com"
}
],
"keywords": [
"academic",
"literary",
"nonfiction",
"textbook"
]
}