-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
64 lines (64 loc) · 1.46 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
{
"author": "Glenn Jones",
"name": "microformat-node",
"description": "A microformat parser for node.js",
"version": "2.0.4",
"license": "MIT",
"keywords": [
"parser",
"microfomats",
"hadr",
"hcard",
"hentry",
"hevent",
"hgeo",
"hnews",
"horg",
"hproduct",
"hrecipe",
"hresume",
"hreview-aggregate",
"hreview"
],
"repository": {
"type": "git",
"url": "git://github.com/glennjones/microformat-node.git"
},
"main": "index",
"dependencies": {
"cheerio": "1.0.0-rc.12",
"ent-replace": "^1.0.4",
"microformat-shiv": "^2.0.0"
},
"devDependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"@hapi/inert": "^7.1.0",
"@hapi/joi": "^17.1.1",
"@hapi/vision": "7.0.1",
"blipp": "^4.0.2",
"chai": "4.4.1",
"dotenv": "^16.4.5",
"download-github-repo": "0.1.4",
"fs-extra": "11.2.0",
"grunt": "1.6.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-watch": "1.1.0",
"handlebars": "4.7.7",
"hapi-pino": "^12.1.0",
"hapi-swagger": "^15.0.0",
"hapijs-status-monitor": "^1.0.1",
"joi": "^17.9.2",
"mocha": "10.4.x",
"pino": "^8.14.1",
"pino-pretty": "^10.2.0"
},
"scripts": {
"start": "node app",
"build": "node -e \"require('grunt').tasks(['default']);\"",
"test": "mocha './test/*-test.js'"
}
}