UNPKG

876 BJSONView Raw
1{
2 "name": "mako-config",
3 "version": "0.4.6",
4 "description": "Module for loading mako config from a file.",
5 "keywords": [
6 "mako-util",
7 "config"
8 ],
9 "repository": "makojs/config",
10 "license": "MIT",
11 "dependencies": {
12 "bluebird": "^3.4.1",
13 "clone": "^1.0.2",
14 "debug": "^2.2.0",
15 "globby": "^6.0.0",
16 "is-empty": "1.0.0",
17 "mako-utils": "0.1.0",
18 "merge-array": "^1.0.0",
19 "mz": "^2.1.0",
20 "resolve": "^1.1.6"
21 },
22 "devDependencies": {
23 "chai": "^3.2.0",
24 "chai-as-promised": "^5.1.0",
25 "istanbul": "^0.4.3",
26 "istanbul-coveralls": "^1.0.3",
27 "mocha": "^3.0.0",
28 "standard": "^8.0.0"
29 },
30 "scripts": {
31 "lint": "standard",
32 "pretest": "npm run lint",
33 "test": "istanbul cover _mocha",
34 "coveralls": "istanbul-coveralls"
35 },
36 "standard": {
37 "ignore": [
38 "test/fixtures/**"
39 ]
40 }
41}