-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "@postlight/lorem-ipsum-generator-generator",
"version": "1.1.3",
"description": "Generate a lorem ipsum generator site using Mercury Parser",
"keywords": [
"markov",
"lorem ipsum",
"netlify",
"text"
],
"bin": {
"lorem-ipsum-generator-generator": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postlight/lorem-ipsum-generator-generator.git"
},
"author": "Postlight",
"contributors": [
"Drew Bell <drew.bell@postlight.com>",
"Adam Pash <adam.pash@postlight.com>",
"Matt Quintanilla <matt.quintanilla@postlight.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/postlight/lorem-ipsum-generator-generator/issues"
},
"homepage": "https://github.com/postlight/lorem-ipsum-generator-generator#readme",
"dependencies": {
"@postlight/mercury-parser": "^2.1.0",
"commander": "^2.19.0",
"cross-spawn": "^6.0.5",
"inquirer": "^6.2.2",
"markov": "git+https://git@github.com/postlight/node-markov.git",
"slugify": "^1.3.4"
},
"publishConfig": {
"access": "public"
},
"main": "cli.js"
}