-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
43
44
45
46
47
48
49
{
"name": "HiPCMS-OnlyOfficeIntegration",
"version": "1.0.0",
"private": false,
"scripts": {
"debug": "iron-node ./bin/www",
"lint": "eslint *.js",
"start": "node ./bin/www",
"test": "npm run lint && mocha test/*.test.js"
},
"description": "HiPCMS-OnlyOfficeIntegration",
"author": {
"name": "HiP Team"
},
"dependencies": {
"body-parser": "~1.15.2",
"config": "^1.24.0",
"dateformat": "^2.0.0",
"ejs": "~2.5.5",
"express": "^4.14.0",
"formidable": "~1.1.1",
"http": "0.0.0",
"jsonwebtoken": "^7.2.1",
"jwks-utils": "^1.0.5",
"jws-jwk": "^0.1.4",
"mammoth": "^1.3.1",
"morgan": "^1.7.0",
"read-chunk": "^2.0.0",
"request": "^2.79.0",
"serve-favicon": "~2.3.2",
"sync-request": "~3.0.1",
"urllib": "~2.19.0",
"xml2js": "~0.4.17"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HiP-App/HiPCMS-OnlyOfficeIntegration"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"eslint": "^3.10.2",
"eslint-config-airbnb-base": "^11.1.2",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0"
}
}