-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.63 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
60
61
62
63
64
65
66
67
68
69
{
"name": "argent-api",
"version": "0.0.1",
"description": "Argent API",
"private": true,
"authors": [
"Sinan Ulkuatam"
],
"engines": {
"node": "0.10.x"
},
"scripts": {
"init": "npm install",
"install": "bower install",
"start": "node server.js"
},
"dependencies": {
"accounting": "^0.4.1",
"apn": "^1.7.5",
"async": "^1.4.0",
"bcryptjs": "^2.2.1",
"body-parser": "^1.13.3",
"bower": "^1.4.1",
"cloudinary": "^1.3.1",
"compression": "^1.5.2",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"cron-file-cleaner": "^1.1.0",
"crypto": "0.0.3",
"currency-symbol-map": "^3.0.0",
"deprecate": "^1.0.0",
"ejs": "^2.3.3",
"express": "^4.13.3",
"express-limiter": "^1.6.0",
"express-session": "^1.11.3",
"express-validator": "^2.13.0",
"h5bp": "^0.1.4",
"hat": "0.0.3",
"jwt-simple": "^0.3.0",
"lodash": "^3.10.1",
"log4js": "^0.6.26",
"mixpanel": "^0.4.0",
"moment": "^2.10.6",
"money": "^0.2.0",
"mongodb": "^2.2.5",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.1.1",
"mongoose-timestamp": "^0.3.0",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"nconf": "^0.7.2",
"node-uuid": "^1.4.7",
"nodemailer": "^1.4.0",
"plaid": "^1.0.11",
"primus": "^3.2.1",
"primus-emitter": "^3.1.1",
"primus-multiplex": "^3.2.0",
"primus-resource": "^2.0.6",
"qs": "^6.0.1",
"querystring": "^0.2.0",
"request": "^2.67.0",
"sendgrid": "^3.0.5",
"serve-favicon": "^2.3.0",
"stripe": "^4.6.0",
"twilio": "^2.9.1",
"ws": "^0.7.2",
"yield-siftscience": "^0.1.2"
}
}