forked from bebraw/parse-env
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (33 loc) · 890 Bytes
/
package.json
File metadata and controls
43 lines (33 loc) · 890 Bytes
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": "parse-env",
"description": "Parses configuration from env",
"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.1.3",
"dependencies": {
"annotate": "0.6.7",
"annois": "0.2.0"
},
"devDependencies": {
"annofuzz": "0.1.1"
},
"scripts": {
"test": "node ./lib/tests.js"
},
"main": "./lib/parse-env.js",
"repository": {
"type": "git",
"url": "git@github.com:bebraw/parse-env.git"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/bebraw/parse-env",
"bugs": {
"url": "https://github.com/bebraw/parse-env/issues"
},
"keywords": ["configuration", "utilities", "env", "environment"],
"licenses": [{
"type": "MIT",
"url": "https://github.com/bebraw/parse-env/blob/master/LICENSE"
}]
}