-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.04 KB
/
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
42
43
{
"name": "e2e-conf",
"version": "3.0.3",
"main": "conf.js",
"dependencies": {
"nconf": "^0.10.0",
"fs-extra": "^8.1.0",
"async": "^3.1.0",
"exit": "^0.1.2",
"argparse": "^1.0.10"
},
"devDependencies": {
"nodeunit": "^0.11.3"
},
"author": {
"name": "Scheer E2E AG",
"email": "support@e2ebridge.com",
"url": "http://e2ebridge.com"
},
"maintainers": [
{
"name": "Alfred Gebert",
"email": "agebert@e2ebridge.com"
},
{
"name": "Jakub Zakrzewski",
"email": "jzakrzewski@e2ebridge.com"
}
],
"scripts": {
"test": "node ./node_modules/nodeunit/bin/nodeunit"
},
"license": "MIT",
"description": "E2E Bridge can manage service configurations for different deployments",
"keywords": [
"configuration",
"e2ebridge"
],
"repository": {
"type": "git",
"url": "https://github.com/e2ebridge/e2e-conf.git"
}
}