-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 817 Bytes
/
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
{
"name": "jeffsum",
"version": "1.1.1",
"description": "Jeff Goldblum text placeholder generator of pure amazingness.",
"license": "MIT",
"author": "Christopher Voigt <chlorophyllkid@gmail.com>",
"homepage": "http://jeffsum.com/",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "prettier --config prettier.config.js --check {./test/**/*.js,*{.js,.json}} --write",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chlorophyllkid/jeffsum.git"
},
"bugs": {
"url": "https://github.com/chlorophyllkid/jeffsum/issues"
},
"keywords": [
"jeff",
"goldblum",
"lorem",
"ipsum",
"generator"
],
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.0",
"prettier": "^2.3.2"
}
}