-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 938 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 938 Bytes
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
41
{
"name": "orbis-projects",
"version": "1.0.0",
"description": "The Orbis Projects plugin extends your Orbis environment with the option to manage projects.",
"author": {
"name": "Pronamic",
"email": "info@pronamic.nl",
"url": "http://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "info@remcotolsma.nl",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-2.0-or-later",
"keywords": [
"orbis",
"deal",
"projects",
"offer",
"offers"
],
"homepage": "https://github.com/wp-orbis/wp-orbis-projects",
"repository": {
"type": "git",
"url": "https://github.com/wp-orbis/wp-orbis-projects.git"
},
"bugs": {
"url": "https://github.com/pronamic/wp-orbis-timesheets/issues",
"email": "support@pronamic.eu"
},
"devDependencies": {
"@wordpress/env": "^9.3.0",
"@wordpress/scripts": "^27.2.0"
},
"scripts": {
"lint:pkg-json": "wp-scripts lint-pkg-json"
}
}