-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
68 lines (68 loc) · 1.72 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
64
65
66
67
68
{
"name": "cashflowy",
"private": true,
"version": "0.2.2",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@sentry/node": "^5.6.2",
"async": "^2.6.3",
"atob": "^2.1.2",
"aws-sdk": "^2.528.0",
"bcryptjs": "^2.4.3",
"bull": "^3.10.0",
"cheerio": "^1.0.0-rc.3",
"connect-redis": "^3.4.2",
"ejs": "2.5.5",
"grunt": "^1.0.4",
"include-all": "^1.0.0",
"inline-css": "^2.4.2",
"js-base64": "^2.5.1",
"json2csv": "^4.5.3",
"jsonwebtoken": "^8.5.1",
"lodash": "3.10.1",
"mailgun-js": "^0.21.0",
"moment-timezone": "^0.5.26",
"money": "^0.2.0",
"node-qpdf": "^1.0.3",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"pdf-parse": "^1.1.1",
"python-shell": "^1.0.8",
"query-string": "^6.8.3",
"rc": "^1.2.8",
"read-last-lines": "^1.7.1",
"s3-zip": "^3.1.2",
"sails": "^1.2.3",
"sails-disk": "~0.10.9",
"sails-helper": "^2.0.3",
"sails-hook-grunt": "^3.1.1",
"sails-hook-orm": "^2.1.1",
"sails-hook-sockets": "^1.5.5",
"sails-hook-uploads": "^0.4.3",
"sails-postgresql": "^1.0.2",
"skipper-s3": "^0.6.0",
"textract": "^2.5.0",
"ua-parser-js": "^0.7.19",
"web-push": "^3.3.5"
},
"scripts": {
"debug": "node debug app.js",
"test": "node ./node_modules/mocha/bin/mocha tests/bootstrap.test.js ",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/alex.jv/cashflowy.git"
},
"author": "alex.jv",
"license": "",
"devDependencies": {
"business-stack-generator": "^1.2.6",
"expect": "^23.6.0",
"inquirer": "^6.5.2",
"mocha": "^3.5.3"
}
}