-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.32 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
41
42
43
44
45
46
47
48
49
{
"name": "@pronamic/wp-orbis",
"version": "1.3.3",
"description": "Orbis is a powerful, extendable plugin to boost up your business. Project Management, Customer Relation Management & More…",
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "http://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-2.0-or-later",
"keywords": [
"pronamic",
"orbis",
"crm",
"intranet"
],
"homepage": "https://github.com/pronamic/wp-orbis",
"repository": {
"type": "git",
"url": "https://github.com/pronamic/wp-orbis.git"
},
"bugs": {
"url": "https://github.com/pronamic/wp-orbis/issues",
"email": "[email protected]"
},
"dependencies": {
"@ttskch/select2-bootstrap4-theme": "^1.5.2"
},
"devDependencies": {
"@wordpress/env": "^9.3.0",
"@wordpress/scripts": "^29.0.0",
"jquery-ui": "~1.13.2",
"npm-run-all": "^4.1.5",
"select2": "~4.1.0-rc.0"
},
"scripts": {
"copy": "npm-run-all --aggregate-output --parallel copy-*",
"copy-select2": "cp -r node_modules/select2/dist/ assets/select2/",
"copy-select2-bootstrap4-theme": "cp -r node_modules/@ttskch/select2-bootstrap4-theme/dist/ assets/select2-bootstrap4-theme/",
"lint-pkg-json": "wp-scripts lint-pkg-json"
}
}