forked from PHPers/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsculpin.json
More file actions
26 lines (26 loc) · 697 Bytes
/
sculpin.json
File metadata and controls
26 lines (26 loc) · 697 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
{
"name": "sculpin/blog-skeleton",
"description": "A Skeleton for a Sculpin Based Blog",
"type": "sculpin-skeleton",
"license": "MIT",
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
}
],
"require": {
"components/bootstrap": "~2.3.1",
"components/jquery": "~1.9.1",
"components/highlightjs": "~7.3.0"
},
"config": {
"component-dir": "source/components"
}
}