-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "express_mvc",
"version": "4.3.10",
"description": "MVC Framework built on express",
"main": "index.js",
"dependencies": {
"body-parser": "~1.13.2",
"ejs": "^2.3.3",
"express": "^4.13.4",
"express-winston": "^1.2.0",
"extend": "^2.0.1",
"finalhandler": "~0.4.1",
"fs": "0.0.2",
"googleapis": "^2.1.7",
"http": "0.0.0",
"https": "^1.0.0",
"intern": "^3.0.6",
"moment": "^2.11.2",
"morgan": "~1.6.0",
"passport": "~0.2.2",
"q": "^1.4.1",
"request": "^2.69.0",
"winston": "^2.2.0"
},
"devDependencies": {},
"scripts": {
"test": "./test"
},
"repository": {
"type": "git",
"url": "https://github.com/the-letter-e-production/Express-MVC"
},
"keywords": [
"express",
"mvc"
],
"author": "The Letter E Production",
"license": "ISC",
"bugs": {
"url": "https://github.com/the-letter-e-production/Express-MVC/issues"
},
"homepage": "https://github.com/the-letter-e-production/Express-MVC",
"bin": {
"emvc": "bin/emvc.js"
}
}