-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1016 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1016 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
{
"name": "pronamic-domain-mapping",
"version": "2.0.3",
"description": "The Pronamic Domain Mapping plugin allows you to map domains to custom domain name pages.",
"repository": {
"type": "git",
"url": "https://github.com/pronamic/wp-pronamic-domain-mapping"
},
"keywords": [
"pronamic",
"domain",
"mapping"
],
"author": "Pronamic",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pronamic/wp-pronamic-domain-mapping/issues"
},
"homepage": "https://github.com/pronamic/wp-pronamic-domain-mapping",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-aws-s3": "^2.0.2",
"grunt-checkwpversion": "^0.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-git": "^1.0.14",
"grunt-phplint": "0.1.0",
"grunt-rt-wp-deploy": "^0.1.2",
"grunt-shell": "^3.0.1",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0"
}
}