-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 962 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
36
37
38
39
40
41
{
"name": "burgerjs-cli",
"description": "This package will install the `burgerjs` command to know when is the next BurgerJS",
"version": "1.0.9",
"main": "src/index.js",
"engines": {
"node": ">=4"
},
"bin": {
"burgerjs": "bin/burgerjs.js"
},
"scripts": {
"lint": "eslint .",
"prepush": "npm run lint"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ManRueda/burgerjs-cli.git"
},
"author": "Manuel Rueda <manuel.rueda.un@gmail.com>",
"license": "MIT",
"dependencies": {
"burgerjs-logo": "^0.2.1",
"colors": "^1.1.2",
"got": "^6.7.1",
"intl": "^1.2.5",
"intl-relativeformat": "^1.3.0"
},
"devDependencies": {
"eslint": "^6.0.1",
"husky": "^0.13.1"
},
"bugs": {
"url": "https://github.com/ManRueda/burgerjs-cli/issues"
},
"homepage": "https://github.com/ManRueda/burgerjs-cli#readme",
"keywords": [
"hamburger"
]
}