-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 915 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
41
{
"name": "ngineer",
"description": "Generate proxy routes for nginx",
"author": "Damon Oehlman <[email protected]>",
"version": "1.1.0",
"stability": "unstable",
"dependencies": {
"async": "^3.2.0",
"debug": "^4.1.1",
"mkdirp": "^1.0.4",
"procinfo": "~0.1",
"replacestream": "^4.0.2"
},
"devDependencies": {
"embellish-readme": "^1.6.0",
"express": "^4",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"supertest": "^4.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/ngineer.git"
},
"bugs": {
"url": "https://github.com/DamonOehlman/ngineer/issues"
},
"scripts": {
"test": "mocha test/integration --reporter spec -t 10s",
"gendocs": "embellish README.md"
},
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"nginx",
"automation"
],
"license": "MIT"
}