-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "vimmy",
"version": "1.0.0",
"description": "<img src=\"https://raw.githubusercontent.com/ocanty/vimmy/master/src/public/img/vimmy-logo.png\" width=\"160\" height=\"80\" />",
"main": "gulpfile.js",
"dependencies": {
"body-parser": "^1.18.3",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"directory-tree": "^2.2.1",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"markdown-it": "^8.4.2",
"moment": "^2.23.0",
"mongoose": "^5.4.2",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-auth0": "^1.1.0",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-typedoc": "^2.2.1",
"gulp-typescript": "^5.0.0",
"run-sequence": "^2.2.1",
"typedoc": "^0.13.0",
"typescript": "^3.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ocanty/vimmy.git"
},
"author": "ocanty <git@ocanty.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ocanty/vimmy/issues"
},
"homepage": "https://github.com/ocanty/vimmy#readme"
}