forked from basskee/Example-MEAN-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.54 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
{
"name": "ExampleMEANApp",
"version": "1.0.0",
"description": "sample mean stack",
"main": "server.js",
"dependencies": {
"accepts": "^1.1.4",
"after": "^0.8.1",
"body-parser": "^1.8.4",
"connect-redis": "^2.1.0",
"cookie": "^0.1.2",
"cookie-parser": "^1.3.4",
"cookie-signature": "^1.0.5",
"debug": "^2.0.0",
"depd": "^0.4.5",
"ejs": "^1.0.0",
"escape-html": "^1.0.1",
"etag": "^1.4.0",
"express": "^4.12.3",
"express-session": "^1.8.2",
"finalhandler": "^0.2.0",
"fresh": "^0.2.4",
"hjs": "^0.0.6",
"istanbul": "^0.3.2",
"jade": "^1.6.0",
"marked": "^0.3.2",
"media-typer": "^0.3.0",
"merge-descriptors": "^0.0.2",
"method-override": "^2.2.0",
"methods": "^1.1.0",
"morgan": "^1.3.2",
"multiparty": "^3.3.2",
"on-finished": "^2.1.1",
"parseurl": "^1.3.0",
"path-to-regexp": "^0.1.3",
"proxy-addr": "^1.0.7",
"qs": "^2.2.4",
"range-parser": "^1.0.2",
"send": "^0.9.3",
"serve-static": "^1.6.5",
"should": "^4.0.4",
"supertest": "^0.14.0",
"type-is": "^1.5.7",
"utils-merge": "^1.0.0",
"vary": "^1.0.0",
"vhost": "^3.0.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.9.3",
"express": "~4.10.3",
"jsonwebtoken": "^5.0.0",
"morgan": "~1.5.0"
},
"devDependencies": {
"mocha": "^1.21.5"
},
"repository": {
"type": "git",
"url": "https://github.com/Distelli/Example-MEAN-App.git"
},
"author": "Tanner Phan",
"homepage": "https://github.com/Distelli/Example-MEAN-App"
}