-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
29 lines (29 loc) · 895 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
26
27
28
29
{
"name": "post-type-archive-links",
"version": "1.3.1",
"description": "Adds a MetaBox to the Appearance > Menu page to add post type archive links",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/stephenharris/WordPress-Post-Type-Archive-Links"
},
"author": "Stephen Harris",
"license": "GPL",
"bugs": {
"url": "https://github.com/stephenharris/WordPress-Post-Type-Archive-Links/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-checkrepo": "~0.1.0",
"grunt-checkbranch": "~0.2.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-po2mo": "~0.1.0",
"grunt-wp-deploy": "~1.0.3",
"grunt-wp-readme-to-markdown": "~0.8.0",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0"
}
}