UNPKG

984 BJSONView Raw
1{
2 "name": "spur-config",
3 "description": "Configuration framework to help manage complex application configurations in Node.js.",
4 "version": "2.0.6",
5 "main": "./src/SpurConfig",
6 "author": {
7 "name": "Agustin Colchado",
8 "email": "agustin@colchado.com"
9 },
10 "publishConfig": {
11 "registry": "https://registry.npmjs.org"
12 },
13 "keywords": [
14 "spur",
15 "spur-framework",
16 "config",
17 "configuration"
18 ],
19 "license": "MIT",
20 "scripts": {
21 "lint": "eslint .",
22 "pretest": "npm run lint",
23 "test": "jest test/",
24 "test:dev": "npm run test -- --watch"
25 },
26 "bugs": {
27 "url": "https://github.com/opentable/spur-config/issues"
28 },
29 "homepage": "https://github.com/opentable/spur-config",
30 "repository": {
31 "type": "git",
32 "url": "git://github.com/opentable/spur-config.git"
33 },
34 "dependencies": {
35 "lodash.merge": "4.6.2",
36 "require-all": "3.0.0"
37 },
38 "devDependencies": {
39 "eslint": "8.57.0",
40 "jest": "29.7.0"
41 }
42}