forked from FGRibreau/common-env
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 732 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 732 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
{
"name": "common-env",
"version": "1.1.0",
"description": "A nice little helper for retrieving configuration from env. vars",
"main": "lib/common-env.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/FGRibreau/common-env.git"
},
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FGRibreau/common-env/issues"
},
"homepage": "https://github.com/FGRibreau/common-env",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0"
},
"dependencies": {
"lodash": "^2.4.1"
}
}