-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 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
{
"name": "keeleliin-server",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./app.js",
"test": "./node_modules/.bin/istanbul test _mocha -- -R spec --timeout 15000"
},
"dependencies": {
"JSONStream": "^1.0.4",
"async": "^1.3.0",
"bluebird": "^3.0.5",
"body-parser": "~1.12.4",
"crypto-js": "^3.1.5",
"debug": "~2.2.0",
"express": "~4.12.4",
"formidable": "^1.0.17",
"fs": "0.0.2",
"graceful-fs": "^4.1.2",
"is-gzip": "^1.0.0",
"is-zip": "^1.0.0",
"jade": "~1.9.2",
"line-reader": "^0.2.4",
"log4js": "^0.6.25",
"morgan": "~1.5.3",
"multer": "^0.1.6",
"node-schedule": "^0.2.9",
"nodejs-disks": "^0.2.1",
"nodemailer": "^1.4.0",
"pg": "^4.3.0",
"pg-hstore": "^2.3.2",
"randomstring": "^1.0.5",
"redis": "^0.12.1",
"request": "^2.57.0",
"sequelize": "^3.1.14",
"sequelize-cli": "^2.1.0",
"uid-safe": "^2.0.0",
"underscore": "^1.8.3",
"uniqid": "1.0.0",
"unzip": "^0.1.11",
"v8-profiler": "^5.2.9"
},
"devDependencies": {
"istanbul": "^0.3.15",
"should": "^7.0.1",
"supertest": "^1.0.1"
}
}