forked from BlackWhiteTeam/NodeJsTeamWork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.29 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
49
50
51
{
"name": "Idea",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node server.js",
"test": "./node_modules/.bin/mocha --recursive tests/unit",
"coverage-unit": "gulp tests:unit",
"coverage-integration": "gulp tests:integration",
"selenium": "gulp tests:browser"
},
"dependencies": {
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"cloudinary": "^1.9.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.9-1",
"express": "^4.15.3",
"express-messages": "^1.0.1",
"express-session": "^1.15.3",
"gulp": "^3.9.1",
"jimp": "^0.2.28",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"mongodb": "^2.2.30",
"multer": "^1.3.0",
"openurl": "^1.1.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.2",
"simple-encryptor": "^1.1.0",
"sinon": "^2.4.1",
"socket.io": "^2.0.3",
"toastr": "^2.1.2"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"chai": "^4.1.0",
"eslint": "^4.1.1",
"eslint-config-google": "^0.8.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "3",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"selenium-webdriver": "^3.5.0",
"supertest": "^3.0.0"
}
}