-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 877 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
{
"name": "random-messages-jef-peniche",
"version": "1.0.0",
"description": "Whenever I start a new project, I don't know what to write for the first commit. After doing a “git init” there is technically nothing there...",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"node",
"npm"
],
"author": "Jef Peniche <jef.peniche@gmail.com>",
"license": "MIT",
"bin": {
"random-msg": "bin/global.js"
},
"preferGlobal": true,
"dependencies": {
"user": "^0.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/JefPeniche/random-messages.git"
},
"bugs": {
"url": "https://github.com/JefPeniche/random-messages/issues"
},
"homepage": "https://github.com/JefPeniche/random-messages#readme"
}