-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"name": "NodejsProject",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Express7/NodejsProject.git",
"author": "Team Express 7",
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"eslint": "^4.2.0",
"express": "^4.15.3",
"express-session": "^1.15.3",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"jquery": "^3.2.1",
"mongodb": "^2.2.30",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-localapikey": "0.0.3",
"pug": "^2.0.0-rc.2",
"socket.io": "^2.0.3",
"supertest": "^3.0.0",
"toastr": "^2.1.2",
"typeahead": "^0.2.2"
},
"devDependencies": {
"chai": "^4.1.0",
"eslint-config-google": "^0.9.1",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "3",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"selenium-webdriver": "^3.5.0",
"sinon": "^2.4.1",
"supertest": "^3.0.0"
}
}