-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 KB
/
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
36
37
38
39
40
{
"name": "pressody-retailer",
"version": "0.16.0",
"description": "Define and manage Pressody (PD) solutions to be purchased and used on customers' websites.",
"repository": {
"type": "git",
"url": "https://github.com/pressody/pressody-retailer.git"
},
"author": {
"name": "Vlad Olaru",
"email": "[email protected]",
"url": "https://thinkwritecode.com/"
},
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/pressody/pressody-retailer/issues"
},
"homepage": "https://github.com/pressody/pressody-retailer",
"devDependencies": {
"archiver": "^5.2.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"minimist": "^1.2.5",
"node-wp-i18n": "^1.2.4"
},
"scripts": {
"makepot": "wpi18n makepot --poedit"
},
"distFiles": [
"pressody-retailer.php",
"README.md",
"{assets,languages,src,views}/**",
"vendor/autoload.php",
"vendor/composer/*.php",
"vendor/htmlburger/carbon-fields/**",
"vendor/{cedaro/wp-plugin,composer/semver,psr/container}/src/**",
"vendor/psr/log/Psr/**",
"vendor/pimple/pimple/src/Pimple/!(Tests){*.php,**/*.php}"
]
}