UNPKG

934 BJSONView Raw
1{
2 "name": "confit",
3 "version": "0.1.0",
4 "description": "Environment-aware configuration.",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "tape test/*.js",
11 "cover": "istanbul cover tape -- test/*.js",
12 "lint": "jshint -c .jshintrc index.js lib/*.js"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/totherik/confit.git"
17 },
18 "keywords": [
19 "application",
20 "configuration",
21 "config"
22 ],
23 "author": "Erik Toth <totherik@gmail.com>",
24 "license": "MIT",
25 "readmeFilename": "README.md",
26 "gitHead": "4bc76f5804f42d55cacd5cdbc3661ad1c605b3ca",
27 "devDependencies": {
28 "tape": "~2.10.2",
29 "jshint": "~2.4.4",
30 "istanbul": "~0.2.6"
31 },
32 "dependencies": {
33 "nconf": "~0.6.9",
34 "shortstop": "0.0.1",
35 "caller": "0.0.1",
36 "core-util-is": "~1.0.1",
37 "async": "~0.2.10",
38 "shush": "0.0.1",
39 "debuglog": "~1.0.1"
40 }
41}