-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 915 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 915 Bytes
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
{
"name": "@intelcorp/config-builder",
"version": "2.1.1",
"description": "Environment Configuration Builder",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intel/config-builder.git"
},
"author": "Oscar Arevalo <oscar.arevalo@intel.com>",
"contributors": [
"Shailaja Valiveti <shailaja.valiveti@intel.com>",
"Ivan P Hernandez <ivan.p.hernandez@intel.com>"
],
"license": "MIT",
"devDependencies": {
"chai": "^4.5.0",
"mocha": "^10.3.0"
},
"overrides": {
"serialize-javascript": "^7.0.5"
},
"bugs": {
"url": "https://github.com/intel/config-builder/issues"
},
"homepage": "https://github.com/intel/config-builder#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"nodejs",
"javascript",
"config",
"environments"
]
}