-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 784 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
{
"name": "404-pagenotfound",
"version": "1.0.0",
"description": "An inspiration gallery for those boring 404 pages.",
"main": "checkorder.js",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "jest",
"check": "node checkorder.js LIST.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lnfnunes/404-PageNotFound.git"
},
"keywords": [
"404",
"JavaScript",
"Ruby"
],
"author": {
"name": "Leandro Nunes",
"email": "dr1design@gmail.com",
"url": "https://lnfnunes.com.br"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lnfnunes/404-PageNotFound/issues"
},
"homepage": "https://github.com/lnfnunes/404-PageNotFound#readme",
"devDependencies": {
"jest": "^27.3.1"
}
}