forked from kalinr/kalins-pdf-creation-station
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "kalins-pdf-creation-station",
"version": "4.2.3",
"description": "WordPress plugin to build highly customizable PDF documents from any combination of pages and posts, or add a link to any page to download a PDF of that post.",
"main": "KalinsUIService.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kalinr/kalins-pdf-creation-station.git"
},
"svnRepository": "E:/stuff/Flash/WordPress Dev/kalins-pdf-creation-station/",
"devWordPressPath": "C:/wamp/www/wordpress",
"keywords": [
"WordPress",
"PDF",
"document",
"export",
"print",
"pdf",
"creation",
"widget",
"TCPDF"
],
"author": "Kalin Ringkvist",
"license": "ISC",
"bugs": {
"url": "http://kalinbooks.com/pdf-creation-station/known-bugs/"
},
"homepage": "http://kalinbooks.com/pdf-creation-station/",
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jslint": "^1.1.12",
"grunt-phplint": "0.0.5"
},
"dependencies": {}
}