-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 922 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 922 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
41
{
"name": "sam-coope-blog",
"version": "1.0.1",
"description": "Server for my blogging site",
"keywords": [
"Sam Coope",
"Node.js",
"blog",
"programming"
],
"author": "Sam Coope <sam.j.coope@gmail.com> (http://samcoope.com)",
"homepage": "https://github.com/coopie/mesite",
"repository": {
"type": "git",
"url": "git+https://github.com/coopie/mesite.git"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"bluebird": "^2.10.1",
"color-interpolate": "^1.0.2",
"express": "^4.16.3",
"handlebars": "^4.0.11",
"intl": "^1.0.0",
"marked": "^0.4.0",
"pretty-date": "^0.2.0"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "src/main.js",
"bugs": {
"url": "https://github.com/coopie/mesite/issues"
},
"scripts": {
"start": "node src/main.js"
},
"license": "MIT"
}