-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "pressody-part-template",
"version": "0.2.0",
"description": "Starter WP plugin template for the code attached to Pressody (PD) Parts.",
"repository": {
"type": "git",
"url": "https://github.com/pressody/pressody-part-template.git"
},
"author": {
"name": "Vlad Olaru",
"email": "vladpotter85@gmail.com",
"url": "https://thinkwritecode.com/"
},
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/pressody/pressody-part-template/issues"
},
"homepage": "https://github.com/pressody/pressody-part-template",
"devDependencies": {
"archiver": "^5.2.0",
"chalk": "^4.1",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"minimist": "^1.2.5",
"prompt": "^1.1.0",
"replace-in-file": "^6.2.0"
},
"scripts": {},
"distFiles": [
"pressody-part-template.php",
"README.md",
"{assets,languages,src,views}/**",
"vendor/autoload.php",
"vendor/composer/*.php",
"vendor/{cedaro/wp-plugin,psr/container}/src/**",
"vendor/psr/log/Psr/**",
"vendor/pimple/pimple/src/Pimple/!(Tests){*.php,**/*.php}"
]
}