-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
51 lines (51 loc) · 1.03 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
{
"name": "puns.dev",
"version": "0.2.2",
"description": "A hand-picked selection of the worst computer puns on the Internet, really cringe-worthy stuff.",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "nyc --reporter=text-lcov > coverage.lcov npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexLakatos/computer-puns.git"
},
"keywords": [
"bad",
"puns",
"puns",
"computer",
"puns",
"bad",
"computer",
"puns",
"top",
"puns",
"best",
"puns",
"dad",
"jokes",
"bad",
"jokes",
"best",
"dad",
"jokes",
"top",
"dad",
"jokes",
"puns",
"list"
],
"author": "Alex Lakatos <https://twitter.com/avolakatos>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/AlexLakatos/computer-puns/issues"
},
"homepage": "https://github.com/AlexLakatos/computer-puns#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.2.0",
"nyc": "^14.1.1"
}
}