-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.22 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
43
44
45
46
47
48
49
50
{
"name": "document-conversion-demo",
"version": "0.1.0",
"description": "A sample nodejs app for Bluemix that use the Document Conversion service",
"engines": {
"node": ">=0.10.38"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/document-conversion-nodejs.git"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "James Zhang",
"email": "jzhang300@us.ibm.com"
},
{
"name": "Eva Xiaohui Luo",
"email": "evaluo_xhl@us.ibm.com"
},
{
"name": "German Attanasio Ruiz",
"email": "germanatt@us.ibm.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/document-conversion-nodejs/issues"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "~1.14.1",
"cookie-parser": "^1.4.0",
"csurf": "^1.8.3",
"ejs": "^2.3.4",
"errorhandler": "~1.4.1",
"express": "~4.13.3",
"express-rate-limit": "^2.0.2",
"express-secure-only": "^0.2.1",
"find-remove": "^0.2.8",
"helmet": "^1.3.0",
"multer": "^1.1.0",
"multiparty": "~4.1.2",
"serve-favicon": "~2.3.0",
"watson-developer-cloud": "^1.1.0"
}
}