-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 806 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 806 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
{
"title": "Archiver",
"description": "Archive your content using the Wayback Machine.",
"version": "1.0.5",
"homepage": "http://wordpress.org/plugins/archiver",
"author": {
"name": "Mickey Kay",
"email": "mickey@mickeykaycreative.com",
"url": "http://mickeykaycreative.com?utm_source=archiver&utm_medium=plugin-repo&utm_campaign=WordPress%20Plugins"
},
"devDependencies": {
"grunt": "latest",
"load-grunt-tasks": "latest",
"grunt-dev-update": "latest",
"grunt-prompt": "latest",
"grunt-text-replace": "latest",
"grunt-wp-readme-to-markdown": "latest",
"grunt-wp-i18n": "latest",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-watch": "~0.6.1"
},
"keywords": []
}