-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.36 KB
/
package.json
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": "g-mag",
"version": "1.0.0",
"keywords": [],
"author": "markshark05, ogitaki, dimitartalanov",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/gmenas/gMag"
},
"scripts": {
"start": "node server.js",
"test:app": "gulp test:app",
"test:browser": "gulp test:browser",
"test": "eslint . && npm run test:app && npm run test:browser"
},
"dependencies": {
"body-parser": "^1.17.2",
"connect-ensure-login": "^0.1.1",
"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-session": "^1.15.3",
"gridfs": "^1.0.0",
"gulp": "^3.9.1",
"mongodb": "^2.2.30",
"multer": "^1.3.0",
"multer-gridfs-storage": "^1.2.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.2"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"chai": "^4.1.0",
"eslint": "^4.1.1",
"eslint-config-google": "^0.9.1",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "3.0.1",
"mocha": "^3.4.2",
"mock-fs": "^4.4.1",
"selenium-webdriver": "^3.5.0",
"sinon": "^2.3.8",
"supertest": "^3.0.0"
}
}