forked from cedaro/satispress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 909 Bytes
/
package.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
{
"name": "satispress",
"version": "1.0.3",
"description": "Generate a Composer repository from installed WordPress plugins and themes.",
"repository": {
"type": "git",
"url": "https://github.com/cedaro/satispress.git"
},
"author": {
"name": "Brady Vercher",
"email": "[email protected]",
"url": "https://www.cedaro.com/"
},
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/cedaro/satispress/issues"
},
"homepage": "https://github.com/cedaro/satispress",
"devDependencies": {
"archiver": "^5.2.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"minimist": "^1.2.5"
},
"distFiles": [
"satispress.php",
"README.md",
"{assets,languages,src,views}/**",
"vendor/autoload.php",
"vendor/composer/*.php",
"vendor/{cedaro/wp-plugin,composer/semver,psr/container}/src/**",
"vendor/psr/log/Psr/**",
"vendor/pimple/pimple/src/Pimple/!(Tests){*.php,**/*.php}"
]
}