-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
34 lines (34 loc) · 890 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
{
"name": "satispress",
"version": "2.0.0",
"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,psr/log}/src/**",
"vendor/pimple/pimple/src/Pimple/!(Tests){*.php,**/*.php}"
]
}