-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
87 lines (87 loc) · 2.19 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"author": "Peter Lyons <[email protected]> (https://peterlyons.com)",
"dependencies": {
"autoprefixer-stylus": "0.14.0",
"bcryptjs": "2.4.3",
"boom": "7.2.0",
"cheerio": "1.0.0-rc.2",
"clipboard": "2.0.1",
"config3": "1.0.3",
"date-fns": "1.29.0",
"escape-goat": "1.3.0",
"glob": "7.1.2",
"hapi": "17.5.3",
"hapi-pino": "5.0.1",
"inert": "5.1.0",
"joi": "13.5.2",
"joi-summarize": "1.1.0",
"jstransformer-marked": "1.0.3",
"lodash": "4.17.10",
"lodash.debounce": "4.0.8",
"marked": "0.4.0",
"mkdirp": "0.5.1",
"mustache": "2.3.1",
"nib": "1.1.2",
"pino": "5.0.1",
"process-title": "1.0.0",
"pug": "2.0.3",
"reveal.js": "3.7.0",
"rupture": "0.7.1",
"sharify": "0.1.6",
"stylish": "1.0.0",
"stylus": "0.54.5",
"vision": "5.3.3"
},
"description": "The node/express web app for the peterlyons.com web site",
"devDependencies": {
"browserify": "16.2.2",
"elm": "0.18.0",
"eslint": "5.3.0",
"eslint-config-airbnb-base": "13.0.0",
"eslint-config-prettier": "2.9.0",
"eslint-formatter-comment": "2.0.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-promise": "3.8.0",
"eslint-tap": "2.0.1",
"html-validator": "3.0.5",
"json": "9.0.6",
"minimist": "1.2.0",
"mktmp": "1.0.1",
"nodemon": "1.18.3",
"npm-check-updates": "^2.14.2",
"nsp": "3.2.1",
"prettier": "1.14.2",
"promptly": "3.0.3",
"puppeteer": "1.6.2",
"supertest": "3.1.0",
"tap": "12.0.1",
"to-markdown": "3.1.1",
"uglify-es": "3.3.9",
"w3c-validate": "0.0.2",
"watchify": "3.11.0"
},
"engines": {
"node": "v9.3.0"
},
"files": [],
"homepage": "https://peterlyons.com",
"main": "./app/main.js",
"name": "peterlyons.com",
"nyc": {
"exclude": [
"**/*-tap.js"
]
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/focusaurus/peterlyons.com.git"
},
"scripts": {
"start": "./bin/start.sh",
"test": "./bin/test.sh",
"coverage": "COVERAGE=--coverage-report=html ./bin/test-node.sh",
"lint": "eslint --format ./node_modules/eslint-tap app bin"
},
"version": "7.3.0"
}