forked from pantheon-systems/documentation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sculpin.json
executable file
·34 lines (34 loc) · 904 Bytes
/
sculpin.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
{
"name": "pantheon-systems/documentation",
"description": "Pantheon's Documentation Site",
"type": "sculpin-docs",
"license": "MIT",
"authors": [
{
"name": "Pantheon Training and Technical Content",
"email": "[email protected]",
"homepage": "https://www.getpantheon.com"
},
{
"name": "Brian MacKinney",
"email": "[email protected]"
}
],
"require": {
"components/bootstrap": "~2.3.1",
"components/jquery": "~1.9.1",
"components/highlightjs": "~7.3.0"
},
"config": {
"component-dir": "source/components"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:sculpin/bootstrap-3-blog-theme.git"
}
],
"require": {
"sculpin/bootstrap-3-blog-theme": "dev-master"
}
}