forked from SoftGuys/LetsMakeUsFamous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.52 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "touristsites",
"version": "1.0.0",
"description": "Telerik Academy Node.js Project",
"main": "index.js",
"scripts": {
"start": "gulp server",
"dev": "gulp dev",
"crawler": "node ./crawler-app/capp.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/SoftGuys/LetsMakeUsFamous.git"
},
"keywords": [],
"author": "Urkov, Borisov, Voev",
"license": "ISC",
"bugs": {
"url": "https://github.com/SoftGuys/LetsMakeUsFamous/issues"
},
"homepage": "https://github.com/SoftGuys/LetsMakeUsFamous#readme",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"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",
"express-toastr": "^2.0.2",
"global": "^4.3.2",
"googleapis": "^20.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-express": "^0.3.5",
"gulp-exit": "^0.0.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"jquery-ui-dist": "^1.12.1",
"jsdom": "^11.0.0",
"moment": "^2.18.1",
"mongodb": "^2.2.30",
"multer": "^1.3.0",
"node-geocoder": "^3.18.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"pug": "^2.0.0-rc.2",
"pump": "^1.0.2",
"socket.io": "^2.0.3",
"toastr": "^2.1.2"
},
"devDependencies": {
"superagent": "^3.5.2",
"mock-require": "^2.0.2",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "3",
"babel-eslint": "^7.2.3",
"chai": "^4.1.0",
"coveralls": "^2.13.1",
"eslint": "^4.1.1",
"eslint-config-google": "^0.8.0",
"gulp-nodemon": "^2.2.1",
"istanbul": "^0.4.5",
"jasmine": "^2.6.0",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
"selenium-server-standalone": "^2.53.1",
"selenium-server-standalone-jar": "^3.4.0",
"selenium-webdriver": "^3.5.0",
"sinon": "^2.4.1",
"sinon-chai": "^2.12.0",
"supertest": "^3.0.0"
}
}