UNPKG

1.25 kBJSONView Raw
1{
2 "name": "confit",
3 "version": "2.3.0",
4 "description": "Environment-aware configuration.",
5 "main": "dist/index.js",
6 "directories": {
7 "dist": "dist",
8 "test": "test"
9 },
10 "scripts": {
11 "compile": "babel --optional runtime --modules common --out-dir dist index.js lib/**.js",
12 "cover": "npm run compile && nyc tap test/**/*-test.js && nyc report -r html",
13 "prepublish": "npm run compile",
14 "test": "npm run compile && tap test/**/*-test.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/krakenjs/confit.git"
19 },
20 "keywords": [
21 "application",
22 "config",
23 "configuration"
24 ],
25 "author": "Erik Toth <totherik@gmail.com>",
26 "licenses": [
27 {
28 "type": "Apache 2.0",
29 "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
30 }
31 ],
32 "readmeFilename": "README.md",
33 "devDependencies": {
34 "babel": "4.7.3",
35 "glob": "^4.3.5",
36 "jshint": "^2.6.0",
37 "nyc": "^3.0.1",
38 "tap": "^1.3.1"
39 },
40 "dependencies": {
41 "async": "^0.9.0",
42 "babel-runtime": "4.7.3",
43 "caller": "^1.0.0",
44 "core-util-is": "^1.0.1",
45 "debuglog": "^1.0.1",
46 "minimist": "^1.1.0",
47 "shortstop": "^1.0.1",
48 "shortstop-handlers": "^1.0.0",
49 "shush": "^1.0.0"
50 }
51}