-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "nathanbroslawsky.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@contentful/rich-text-html-renderer": "^14.1.1",
"@contentful/rich-text-types": "^14.1.1",
"async": "^3.1.0",
"aws-sdk": "^2.586.0",
"contentful": "^7.14.6",
"express": "^4.17.1",
"express-handlebars": "^3.0.0",
"feed": "^4.0.0",
"marked": "^1.1.1",
"moment": "^2.24.0",
"node-cache": "^5.1.2",
"sanitize-html": "^2.3.2",
"serve-favicon": "^2.5.0",
"supervisor": "^0.12.0"
},
"devDependencies": {
"standard": "^12.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/supervisor --extensions 'node,js,hbs' index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nbroslawsky/nathanbroslawsky.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nbroslawsky/nathanbroslawsky/issues"
},
"homepage": "https://github.com/nbroslawsky/nathanbroslawsky#readme"
}