-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 875 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
{
"name": "cata-co-authors-plus",
"version": "0.6.5",
"description": "Common functions, configuration and compatibility fixes for Co-Authors Plus when used in Cata child themes. Not a fork or replacement for CAP.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/wp-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thoughtis/cata-co-authors-plus.git"
},
"author": "Thought and Expression Co. <devjobs@thought.is>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/thoughtis/cata-co-authors-plus/issues"
},
"homepage": "https://github.com/thoughtis/cata-co-authors-plus#readme",
"devDependencies": {
"@wordpress/icons": "^9.49.0",
"@wordpress/scripts": "wp-6.6",
"classnames": "^2.5.1"
}
}