forked from chemdemo/nodeblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 945 Bytes
/
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": "NodeBlog",
"version": "0.1.6",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.0.6",
"mongodb": "*",
"mongoose": "*",
"validator": "*",
"async": "*",
"eventproxy": "*",
"connect-domain": "~0.5.0",
"underscore": "~1.5.1",
"consolidate": "~0.9.1",
"highlight.js": "~7.3.0",
"marked": "~0.2.9",
"swig": "~1.0.0-rc1",
"connect-redis": "1.4.7"
},
"devDependencies": {
"grunt": "~0.4.1",
"load-grunt-tasks": "~0.1.0",
"time-grunt": "~0.1.1",
"grunt-contrib-compass": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.2",
"grunt-bump": "0.0.11",
"grunt-string-replace": "~0.2.5"
}
}