-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "sharebandit",
"version": "0.8.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/istanbul test node_modules/.bin/_mocha -- tests/index.js",
"cronjob": "node ./cronProcess.js",
"lint": "eslint"
},
"author": "",
"license": "GPLv2+",
"devDependencies": {
"eslint": "^4.9.0",
"expect.js": "^0.3.1",
"fakeredis": "git://github.com/schuyler1d/fakeredis.git#hyperloglog-stub",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"request": "^2.81.0"
},
"dependencies": {
"aws-serverless-express": "^3.0.2",
"base-64": "^0.1.0",
"bluebird": "^3.5.0",
"body-parser": "^1.15.0",
"connect-redis": "^3.3.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"googleapis": "^2.1.7",
"html-metadata": "^1.6.3",
"jquery": "^3.2.1",
"jsdom": "^8.3.1",
"lodash": "^4.17.4",
"pg": "^4.4.6",
"preq": "^0.5.2",
"probability-distributions": "^0.8.5",
"sequelize": "^3.30.2",
"sqlite3": "^3.1.2",
"swig": "^1.4.2"
}
}