-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.37 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.37 KB
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
{
"name": "buzzphrase",
"version": "3.2.1",
"description": "Get a Buzzword Phrase. Because sometimes you need enhanced didactic mobility, liberating syndicated transitional projections",
"main": "index.js",
"bin": {
"buzzphrase": "bin.js"
},
"scripts": {
"publish": "git push && git push --tags && npm publish",
"test": "mocha -t 5000",
"test:ci": "mocha -t 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomantic/buzzphrase.git"
},
"keywords": [
"argot",
"balderdash",
"buzzwords",
"buzz",
"buzzphrase",
"cant",
"corporate",
"doublespeak",
"english",
"fuzzword",
"gibberish",
"jargon",
"language",
"lingo",
"mediaspeak",
"neologisms",
"newspeak",
"parlance",
"phrases",
"phraseology",
"policyspeak",
"prattle",
"slang",
"speech",
"synergy",
"twaddle",
"vernacular",
"words",
"wordsmithing"
],
"author": "Adam Eivy (@antic)",
"engines": {
"node": ">=14.0.0"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/atomantic/buzzphrase/issues"
},
"homepage": "https://github.com/atomantic/buzzphrase#readme",
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^11.7.5"
},
"overrides": {
"mocha": {
"serialize-javascript": "^7.0.4",
"diff": "^8.0.3"
}
}
}