-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 985 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
42
43
44
45
{
"name": "no-config",
"version": "1.1.2",
"description": "config and resource loader",
"main": "index.js",
"scripts": {
"test": "./node_modules/eslint/bin/eslint.js *.js && istanbul cover -x test.js tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fedor/node-no-config.git"
},
"keywords": [
"environment",
"env",
"config-node",
"node-config",
"configuration",
"config",
"conf",
"node_env",
"loader",
"load",
"res",
"resource",
"init",
"start"
],
"author": "Fedor Korshunov <mail@fedor.cc>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fedor/node-no-config/issues"
},
"homepage": "https://github.com/fedor/node-no-config#readme",
"dependencies": {
"co": "^4.6.0"
},
"devDependencies": {
"eslint": "^3.6.1",
"intercept-stdout": "^0.1.2",
"istanbul": "^0.4.5",
"lodash.clonedeep": "^4.5.0",
"tape": "^4.6.0"
}
}