-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 998 Bytes
/
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
44
45
46
47
48
49
50
{
"name": "prexview",
"version": "1.1.0",
"description": "A JavaScript module to use PrexView, a fast, scalable and friendly service for programatic HTML, PDF, PNG or JPG generation using JSON or XML data.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/prexview/prexview-js.git"
},
"keywords": [
"xml",
"json",
"converter",
"convert",
"transform",
"image",
"xml-parser",
"json-parser",
"document-conversion",
"xml-to-pdf",
"xml-to-png",
"xml-to-jpg",
"xml-to-html",
"json-to-pdf",
"json-to-png",
"json-to-jpg",
"json-to-html",
"html-to-pdf",
"html-to-png",
"html-to-jpg",
"pdf",
"html",
"png",
"jpg",
"renderer",
"prexview"
],
"author": "PrexView",
"license": "MIT",
"dependencies": {
"superagent": "^3.3.1"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.3"
}
}