-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 725 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 725 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
{
"name": "bootstrap-blog",
"description": "Express and Twitter Bootstrap powered blogging",
"version": "0.1.7",
"main": "./blog.js",
"keywords": [
"blog"
],
"bugs": "https://github.com/dan-silver/Node.js-Blog-Engine/issues",
"author": {
"name": "Dan Silver"
},
"files": [
"resources",
"routes",
"default_views",
"blog.js",
"db.js",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "https://github.com/dan-silver/Node.js-Blog-Engine"
},
"dependencies": {
"express": "3.x",
"jade": "*",
"moment": "1.7.x",
"mysql": "2.x",
"passport": "*",
"passport-google": "*",
"sequelize": "1.x",
"stylus": "*"
}
}