-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 2.07 KB
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
50
{
"name": "site-speed-monitor",
"title": "WP Site Speed Monitor",
"description": "Quickly, easily and automatically check your website speed using the WebPageTest.org API.",
"version": "1.0.0",
"author": "Code Parrots",
"license": "GPL-2.0",
"repository": "codeparrots/wp-site-speed-monitor",
"homepage": "https://wordpress.org/plugins/site-speed-monitor/",
"bugs": {
"url": "https://github.com/CodeParrots/site-speed-monitor"
},
"engines": {
"node": ">= 7.5.0",
"php": ">= 5.6",
"wordpress": ">= 4.4"
},
"badges": [
"[](https://travis-ci.org/CodeParrots/site-speed-monitor)",
"[](https://david-dm.org/<%= pkg.repository %>/master?type=dev)",
"[](https://github.com/<%= pkg.repository %>/blob/master/license.txt)",
"[) %>-8892bf.svg)](https://secure.php.net/supported-versions.php)",
"[) %>-blue.svg)](https://wordpress.org/download/release-archive/)"
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-cssjanus": "^0.3.2",
"grunt-dev-update": "^2.0.0",
"grunt-potomo": "^3.5.0",
"grunt-shell": "^2.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-deploy": "^1.2.1",
"grunt-wp-i18n": "^1.0.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"matchdep": "^1.0.1"
},
"scripts": {
"version": "grunt version && git add -A .",
"postversion": "git push && git push --tags"
}
}