-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "theatres-node",
"description": "All Kharkiv Theatres on One Page.",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "export NODE_PATH=./app && mocha --recursive"
},
"dependencies": {
"app-module-path": "^2.2.0",
"async": "^2.1.4",
"bcrypt": "^1.0.2",
"body-parser": "~1.15.2",
"bootstrap": "^4.0.0-alpha.6",
"bootstrap-datetime-picker": "^2.4.3",
"bootstrap-tokenfield": "^0.12.0",
"botanio": "0.0.6",
"cheerio": "^0.22.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"cron": "^1.2.1",
"debug": "~2.2.0",
"diff": "^3.2.0",
"dotenv": "^4.0.0",
"encoding": "^0.1.12",
"escape-string-regexp": "^1.0.5",
"express": "~4.14.0",
"express-session": "^1.15.0",
"font-awesome": "^4.7.0",
"imagelightbox": "^0.7.1",
"jquery-ui-dist": "^1.12.1",
"less-middleware": "~2.2.0",
"moment": "^2.17.1",
"mongoose": "^4.8.1",
"morgan": "~1.7.0",
"node-telegram-bot-api": "^0.27.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "~2.0.0-beta6",
"request": "^2.79.0",
"responsive-toolkit": "^2.6.3",
"serve-favicon": "~2.3.0",
"shortid": "^2.2.6",
"underscore.string": "^3.3.4",
"yamljs": "^0.2.8"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0"
}
}