PluginProbe
Pronamic Client / trunk
Pronamic Client vtrunk
2.4.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.4.0 1.5.0 1.6.0 1.6.1 1.7.0 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 All 54 releases
pronamic-client / package.json

package.json in Pronamic Client trunk, at package.json

42 lines 859 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "pronamic-client",
3 "version": "2.4.1",
4 "description": "WordPress plugin for Pronamic clients.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/pronamic/wp-pronamic-client.git"
8 },
9 "keywords": [
10 "pronamic",
11 "wordpress",
12 "wp",
13 "client",
14 "status"
15 ],
16 "author": {
17 "name": "Pronamic",
18 "email": "info@pronamic.nl",
19 "url": "http://www.pronamic.nl/"
20 },
21 "contributors": [
22 {
23 "name": "Remco Tolsma",
24 "email": "info@remcotolsma.nl",
25 "url": "http://www.remcotolsma.nl/"
26 }
27 ],
28 "license": "GPL-3.0",
29 "bugs": {
30 "url": "https://github.com/pronamic/wp-pronamic-client/issues",
31 "email": "support@pronamic.nl"
32 },
33 "homepage": "https://github.com/pronamic/wp-pronamic-client",
34 "devDependencies": {
35 "@wordpress/env": "^11.13.0",
36 "@wp-now/wp-now": "^0.1.75"
37 },
38 "scripts": {
39 "wp-now": "wp-now start"
40 }
41 }
42