-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.49 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "webp-images",
"title": "WebP Images",
"version": "1.1.0",
"description": "Generate and conditionally serve .webp images to supported browsers.",
"main": "index.js",
"scripts": {
"version": "grunt 'Development tasks.' && git add -A .",
"postversion": "git push && git push --tags"
},
"author": "Code Parrots",
"site": "https://www.wp-timelineexpress.com",
"license": "GPL-2.0",
"repository": "CodeParrots/webp-images",
"dependencies": {
"grunt": "^1.0.2"
},
"bugs": {
"url": "https://github.com/CodeParrots/webp-images/issues"
},
"devDependencies": {
"grunt-auto-install": "^0.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.1",
"matchdep": "^2.0.0",
"grunt-dev-update": "^2.3.0",
"grunt-menu": "^1.0.2"
},
"badges": [
"[![Build Status](https://travis-ci.org/<%= pkg.repository %>.svg?branch=master)](https://travis-ci.org/<%= pkg.repository %>)",
"[![License](https://img.shields.io/badge/license-GPL--2.0-brightgreen.svg)](https://github.com/<%= pkg.repository %>/blob/master/license.txt)",
"[![PHP 5.6](https://img.shields.io/badge/php-<% print(encodeURI(5.6)) %>-8892bf.svg)](https://secure.php.net/supported-versions.php)"
]
}