This repository was archived by the owner on Mar 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.34 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.34 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@terran-source/dotconfig",
"version": "1.1.1",
"description": "[Deprecated] App configuration made simple for Node.js. Now moved to https://www.npmjs.com/package/dots-config",
"main": "config.js",
"scripts": {
"bdd-test": "cd tests && mocha ./**.spec.js",
"unit-test": "mocha ./lib/**.spec.js",
"test": "npm run bdd-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Terran-Source/dotconfig.git"
},
"keywords": [
"configuration",
"config",
"dotconfig",
"node",
"nodejs"
],
"author": "Tamal Patra <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Terran-Source/dotconfig/issues"
},
"homepage": "https://github.com/Terran-Source/dotconfig#readme",
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Tamal Patra",
"email": "[email protected]",
"url": "https://sourcerer.io/turn-a-round",
"contributions": 100,
"hireable": true
}
],
"dependencies": {
"extend": "^3.0.2",
"interpolate-json": "^2.1.0",
"type-detect": "^4.0.8"
},
"devDependencies": {
"chai": "^4.2.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-terser": "^1.2.0",
"mocha": "^8.0.1",
"readable-stream": "^3.6.0"
},
"engines": {
"node": ">=10.12.0"
}
}