-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "@demgel/mvc",
"version": "0.0.1-alpha.7",
"description": "MVC framework using express and inversify",
"repository": "https://github.com/DemgelOpenSource/demgel-mvc.git",
"main": "lib/index",
"typings": "lib/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tenowg <Craig Russell>",
"license": "MIT",
"peerDependencies": {
"inversify": "^2.0.0-rc.1",
"reflect-metadata": "^0.1.3"
},
"dependencies": {
"@types/cookie-parser": "^1.3.23-alpha",
"@types/debug": "0.0.22-alpha",
"@types/express": "^4.0.23-alpha",
"@types/lodash": "^4.0.21-alpha",
"@types/mime": "0.0.22-alpha",
"@types/serve-favicon": "^2.2.21-alpha",
"@types/serve-static": "^1.7.21-alpha",
"cookie-parser": "^1.4.3",
"express": "^4.13.4",
"express-busboy": "^6.0.1",
"lodash": "^4.13.1",
"pug": "^2.0.0-beta2",
"serve-favicon": "^2.3.0",
"to-slug-case": "^1.0.0"
},
"devDependencies": {
"debug": "^2.2.0",
"gulp-typescript": "^2.13.6",
"inversify-dts": "^1.0.6"
}
}