-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 821 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 821 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": "hipsum-cli",
"version": "0.0.2",
"description": "A CLI tool for quickly generating Hipster Ipsum filler text and copying it to your clipboard — Edit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/brycehill/hipsum-cli.git"
},
"bin": {
"hipsum": "./bin/hipsum.js"
},
"keywords": [
"lorem",
"ipsum",
"filler",
"text",
"text",
"cli"
],
"author": "Bryce Hill <bryceahill@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/brycehill/hipsum-cli/issues"
},
"homepage": "https://github.com/brycehill/hipsum-cli",
"dependencies": {
"chalk": "^1.1.1",
"copy-paste": "^1.1.3",
"hipsteripsum": "^0.2.0"
}
}