forked from cdrr/soBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (39 loc) · 892 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·40 lines (39 loc) · 892 Bytes
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
{
"name": "blog",
"version": "0.0.7",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "*",
"jade": "*",
"less-middleware": "*",
"coffee-script": "*",
"connect-mongo": "*",
"mongoose": "*",
"morgan": "*",
"compression": "*",
"body-parser": "*",
"formidable": "*",
"method-override": "*",
"cookie-parser": "*",
"express-session": "*",
"serve-static": "*",
"express-validator": "*",
"async": "*",
"gm": "*",
"ccap": "*",
"notp": "*",
"thirty-two": "*",
"transformers": "*",
"marked": "*",
"jquery": "*",
"jsdom": "*",
"qn": "*",
"sanitize-html":"*"
},
"devDependencies": {
"node-dev": "latest"
}
}