forked from vandernorth/ViewerJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name" : "node-viewerjs",
"author" : "KO GmbH <http://www.kogmbh.com/>",
"description" : "Document viewer component for PDF and ODF documents. Done with just HTML5, CSS3, and JavaScript. Powered by pdf.js and WebODF.",
"version" : "0.6.7",
"contributors" : [
{
"name": "KO GmbH",
"site": "http://viewerjs.org/"
},
{
"name" : "Jeffrey van Norden",
"email": "jeffrey@grexx.net"
}
],
"license" : "AGPL-3.0",
"keywords" : [
"OpenDocument", "ODF", "PDF",
"Text", "Document", "Slides", "Presentation",
"ODT", "OTT", "FODT",
"ODP", "OTP", "FODP",
"Viewer"
],
"scripts" : {
"build": "node ./build/build.js",
"test" : "node ./test/server.js",
"postinstall": "npm run build"
},
"main" : "./release/index.html",
"repository" : {
"type": "git",
"url" : "git://github.com/vandernorth/ViewerJS.git"
},
"devDependencies": {
"browserify": "^13",
"shelljs" : "^0",
"express" : "^4.1"
},
"engines" : {
"node": ">=4.1.2"
}
}