-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 768 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 768 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
{
"name": "gs-only-pdf-preview",
"version": "1.0.8",
"description": "Uses Ghostscript directly to generate PDF previews.",
"repository": {
"type": "git",
"url": "git://github.com/gitlost/gs-only-pdf-preview"
},
"author": "gitlost",
"license": "GPL-2.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.3.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-po2mo": "^0.1.2",
"grunt-wp-i18n": "^0.5.4",
"grunt-wp-readme-to-markdown": "~2.0.0",
"gulp": "^3.9.1",
"load-grunt-tasks": "^3.5.0",
"selenium-webdriver": "^3.3.0",
"shelljs": "^0.7.7",
"webdriverio": "^4.6.2"
}
}