-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.01 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
{
"name": "perfil",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"connect-mongo": "0.8.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-partials": "*",
"express-session": "*",
"mongodb": "*",
"monk": "*",
"morgan": "~1.6.1",
"config": "*",
"request": "*",
"underscore": "*",
"underscore.string": "*",
"moment": "*",
"async": "*",
"basic-auth": "*",
"parse-link-header": "*",
"qs": "*",
"nl2br": "*",
"marked": "*",
"html-to-text": "*",
"valid-url": "*",
"iron_mq": "*",
"base-64": "*",
"email-addresses": "*",
"atob": "*",
"cheerio": "*",
"serve-favicon": "~2.3.0",
"simple-git": "*",
"simple-grep": "*",
"grep1": "*",
"fs-extra": "*",
"slug": "*",
"twix": "*",
"mathjs": "*",
"language-detect": "*",
"git-patch-additions": "*"
}
}