-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·39 lines (39 loc) · 1.06 KB
/
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
{
"name": "sharkpp/www.sharkpp.net",
"description": "generator source of https://www.sharkpp.net/",
"license": "MIT License",
"authors": [
{
"name": "sharkpp",
"homepage": "https://www.sharkpp.net/"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sharkpp/icelus"
}
],
"require": {
"beelab/bowerphp": "~0.5.3",
"beryllium/icelus": "dev-impl_config_read",
"components/bootstrap": "~3.3.4",
"components/font-awesome": "6.*",
"components/highlightjs": "~7.3.0",
"components/jquery": "~1.9.1",
"dflydev/embedded-composer": "@dev",
"jasny/twig-extensions": "@dev",
"sculpin/sculpin": "^2.1@dev",
"sharkpp/sculpin-calendarian-bundle": "dev-master",
"mavimo/sculpin-redirect-bundle": "@dev"
},
"autoload": {
"psr-0": {
"Sharkpp": "app/src"
}
},
"config": {
"vendor-dir": ".vendor",
"component-dir": "source/assets"
}
}