-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "trust-api",
"version": "0.0.0",
"description": "Trust API Server",
"main": "index.js",
"scripts": {
"test": "environment=test mocha \"tests/**/*.js\" --reporter spec",
"test-acceptance": "environment=test mocha \"tests/acceptance/**/*.js\" --reporter spec",
"test-unit": "environment=test mocha \"tests/unit/**/*.js\" --reporter spec"
},
"repository": "https://github.com/trust-enrollment/trust-api",
"engines": {
"node": ">= 0.10.0"
},
"author": "Associated Employers",
"license": "ISC",
"dependencies": {
"MD5": "^1.2.1",
"async": "^0.9.0",
"bcrypt": "^0.8.1",
"bluebird": "^2.3.11",
"body-parser": "^1.12.0",
"chalk": "^0.5.1",
"connect-busboy": "0.0.2",
"convert-json": "^0.5.0",
"date-reader": "0.0.2",
"deep-diff": "^0.3.0",
"email-templates": "^1.1.2",
"express": "^4.10.2",
"forever": "^0.13.0",
"fs-extra": "^0.12.0",
"ftps": "^0.2.8",
"glob": "^4.1.2",
"handlebars": "^2.0.0",
"js-combinatorics": "^0.4.0",
"jwt-simple": "^0.2.0",
"keygenerator": "^1.0.2",
"less": "^1.7.4",
"lodash": "^2.4.1",
"minimist": "^1.1.0",
"moment": "^2.8.3",
"mongoose": "3.8.19",
"mongoose-auto-increment": "3.2.0",
"mongoose-cryptify": "0.0.4",
"morgan": "^1.5.0",
"nodemailer": "^1.3.0",
"promise": "^6.0.1",
"redis": "^0.12.1",
"simple-encryptor": "^1.0.2",
"single-line-log": "^0.4.1",
"socket.io": "^1.3.4",
"socket.io-redis": "^0.1.4",
"ssh2": "^0.3.6",
"winston": "^0.8.3",
"xml2json": "^0.5.1"
},
"devDependencies": {
"chai": "1.7.0",
"chai-as-promised": "4.1.1",
"chai-http": "^1.0.0",
"mocha": "^2.0.1"
}
}