-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 868 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
{
"name": "confrc",
"version": "1.0.5",
"description": "config manager",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Soldy/confrc.git"
},
"keywords": [
"conf",
"config",
"node-config",
"config-node",
"settings",
"setup",
"default",
"env",
"enviroment",
"unix"
],
"author": "Soldy <[email protected]> (http://gidigi.com)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Soldy/confrc/issues"
},
"homepage": "https://github.com/Soldy/confrc#readme",
"devDependencies": {
"nanoTest": "0.9.9-beta31"
},
"dependencies": {
"clonerc": "0.0.2",
"theuniverse": "0.2.2"
}
}