forked from jacmoe/pype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1 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
40
{
"name": "jacmoe/pype",
"description": "Personal Yii Page Engine",
"keywords": ["yii2", "flat-file", "markdown", "git", "gulp", "wiki", "project template"],
"type": "project",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Jacob Moen",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/jacmoe/pype/issues?state=open",
"source": "https://github.com/jacmoe/pype"
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.13.1",
"jacmoe/yii2-mdpages-module": "dev-master",
"pug/yii2": "^1.0",
"talesoft/tale-pug": "dev-master"
},
"require-dev": {
"codeception/codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}