-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 843 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
36
37
38
39
40
{
"name": "nginrx",
"version": "0.1.1",
"description": "EngineerX: Easy nginx server config management with cli and api",
"main": "../lib/index.js",
"bin": {
"nginrx": "./bin/index.js"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/yadwinderpaul/nginrx.git"
},
"keywords": [
"nginx",
"nginx-configuration",
"cli",
"nodejs"
],
"author": {
"name": "Yadwinder Paul"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yadwinderpaul/nginrx/issues"
},
"homepage": "https://github.com/yadwinderpaul/nginrx#readme",
"dependencies": {
"chalk": "^1.1.3",
"jison": "^0.4.17",
"lodash": "^4.17.4",
"shelljs": "^0.7.7",
"yargs": "^6.6.0"
},
"devDependencies": {
"eslint": "^3.17.1"
}
}