-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 971 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
36
{
"name": "ucsc-custom-functionality",
"version": "1.6.0",
"description": "Contains custom functionality for UCSC WordPress Websites.",
"scripts": {
"release": "standard-version",
"zip": "wp-scripts plugin-zip",
"packages-update": "wp-scripts packages-update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucsc/ucsc-custom-functionality.git"
},
"keywords": [
"WordPress",
"plugin"
],
"author": "UC Santa Cruz",
"license": "ISC",
"bugs": {
"url": "https://github.com/ucsc/ucsc-custom-functionality/issues"
},
"homepage": "https://github.com/ucsc/ucsc-custom-functionality#readme",
"devDependencies": {
"@wordpress/scripts": "^22.3.0",
"standard-version": "^9.3.2"
},
"files": [
"!vendor",
"lib",
"plugin.php",
"README.md",
"CHANGELOG.md",
"LICENSE"
]
}