-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.46 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": "tellus",
"version": "2.2.0",
"main": "server.js",
"license": "MIT",
"author": "Express 8 Team (Martin Kamenov & Georgi Grozdanov)",
"scripts": {
"n": "node Forum/app.js",
"start": "./node_modules/.bin/nodemon Forum/server.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha Forum/tests/unit/*.js Forum/tests/integration/*.js"
},
"dependencies": {
"babel-eslint": "^7.2.3",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"bootstrap": "4.0.0-alpha.6",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.9-1",
"eslint": "^4.2.0",
"eslint-config-google": "^0.9.1",
"express": "^4.15.3",
"express-session": "^1.15.4",
"global": "^4.3.2",
"istanbul": "^0.4.5",
"jquery": "^3.2.1",
"mongodb": "^2.2.30",
"multer": "^1.3.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.2",
"sinon": "^2.4.0",
"sinon-expect": "^0.3.0",
"socket.io": "^2.0.3",
"supertest": "^3.0.0",
"tether": "^1.4.0",
"toastr": "^2.1.2"
},
"devDependencies": {
"chai": "^4.1.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^4.3.1",
"mocha": "^3.4.2",
"selenium-webdriver": "^3.5.0"
}
}