-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@ubleipzig/autoconfig",
"version": "2.3.3",
"description": "generates config for deployed instances",
"scripts": {
"test": "VF_env_ini__My_SpecialSection__special_key=\"generic string\" mocha",
"test-inspect": "VF_env_ini__My_SpecialSection__special_key=\"generic string\" mocha --inspect-brk=0.0.0.0:9229",
"ci": "VF_env_ini__My_SpecialSection__special_key=\"generic string\" istanbul cover _mocha -- --timeout 10000",
"ncu": "ncu",
"lint": "eslint",
"ci-publish": "ci-publish",
"npm-check": "npm-check"
},
"bin": {
"autoconfig": "lib/cli.js"
},
"author": "Ulf Seltmann <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"commander": "^2.15.1",
"js-yaml": "^3.14.0",
"mkdirp": "0.5.1",
"multi-ini": "^2.0.0",
"mysql": "^2.15.0",
"mysqldump": "1.4.2",
"nconf": "^0.10.0",
"password-generator": "^2.2.0",
"q": "^1.5.1",
"recursive-readdir": "^2.2.2",
"underscore": "^1.9.1",
"yargs": "^11.0.0"
},
"devDependencies": {
"cp": "0.2.0",
"debug": "^3.1.0",
"eslint": "^4.19.1",
"istanbul": "0.4.5",
"mocha": "^5.2.0",
"node-cp": "0.1.1",
"node-dir": "^0.1.17",
"npm-check": "^5.7.1",
"rimraf": "^2.6.2",
"should": "^13.2.1"
},
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "[email protected]:ubl/bdd_dev/autoconfig.git"
},
"keywords": [
"vufind"
]
}