-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 947 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
{
"name": "@rrangelo/ini-config",
"version": "1.0.17",
"description": "Load app config from config.ini file in root or specific path",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=text --reporter=lcov mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrangelo/ini-config.git"
},
"keywords": [
"node",
"npm",
"ini",
"config",
"configuration"
],
"directories": {
"example": "example",
"test": "test"
},
"author": "Ramon Rangel Osorio <[email protected]> (https://ve.linkedin.com/in/rrangelo)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/rrangelo/ini-config/issues"
},
"homepage": "https://github.com/rrangelo/ini-config#readme",
"dependencies": {
"app-root-path": "^3.0.0",
"ini": "^1.3.5",
"lodash.assignin": "^4.2.0"
},
"devDependencies": {
"mocha": "^8.1.0",
"nyc": "^15.1.0"
}
}