-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.45 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.45 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
51
52
53
54
55
56
57
58
59
{
"name": "SICI",
"version": "0.0.1",
"private": true,
"dependencies": {
"angular-expressions": "^0.3.0",
"body-parser": "^1.10.2",
"cas": "0.0.3",
"compression": "^1.4.1",
"crawler": "^0.4.3",
"crypto": "0.0.3",
"csv-parse": "0.0.6",
"docxtemplater": "^2.0.0",
"docxtemplater-image-module": "^1.0.0",
"encoding": "^0.1.10",
"exceljs": "^0.2.6",
"express": "^4.11.1",
"express-jwt": "^5.3.0",
"jschardet": "^1.1.0",
"jsdom": "^11.6.2",
"jsonwebtoken": "",
"kerberos": "0.0.17",
"lodash": "^2.4.1",
"mathjs": "^3.18.0",
"md5": "^2.2.1",
"memwatch-next": "^0.2.10",
"mongodb": "^2.2.25",
"mongoose": "^4.9.2",
"multer": "^0.1.7",
"nodemailer": "^3.1.8",
"q": "^1.0.1",
"request": "^2.48.0",
"sax": "^0.6.1",
"serve-static": "^1.8.1",
"socket.io": "latest",
"stack-trace": "0.0.9",
"strip-bom": "^1.0.0",
"underscore": "^1.7.0",
"uniq": "^1.0.1",
"v8-profiler": "^5.2.2",
"xlsx": "^0.7.12",
"zombie": "^5.0.5"
},
"devDependencies": {
"bower": "^1.8.8",
"chai": "^3.5.0",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-import": "^2.2.0",
"forever": "^0.15.3",
"mocha": "^3.4.2"
},
"scripts": {
"start": "NODE_ENV=production forever ./app.js",
"development": "NODE_ENV=development node ./app.js",
"test": "mocha"
}
}