-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
42 lines (42 loc) · 900 Bytes
/
composer.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
{
"name": "timber/sugar",
"type": "library",
"description": "Add-ons to Timber",
"keywords": [
"timber",
"twig",
"themes",
"templating"
],
"homepage": "http://timber.upstatement.com",
"license": "MIT",
"authors": [
{
"name": "Jared Novack",
"email": "jared@upstatement.com",
"homepage": "http://upstatement.com"
},
{
"name": "Connor J. Burton",
"email" : "connorjburton@gmail.com",
"homepage": "http://connorburton.com"
}
],
"support": {
"issues": "https://github.com/timber/sugar/issues",
"wiki": "https://github.com/timber/sugar/wiki",
"source": "https://github.com/timber/sugar"
},
"require": {
},
"require-dev": {
"timber/timber" : "1.*",
"satooshi/php-coveralls": "1.0.*"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
]
}