-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 KB
/
package.json
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
{
"name": "confabulous-http-loader",
"version": "0.1.1",
"description": "A confabulous http loader",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --recursive tests",
"prepush": "npm run lint && npm test",
"lint": "eslint ."
},
"keywords": [
"Confabulous",
"HTTP",
"Loader",
"Config"
],
"author": "GuideSmiths Ltd",
"license": "MIT",
"dependencies": {
"async": "^2.0.0-rc.6",
"debug": "^2.2.0",
"lodash.contains": "^2.4.3",
"lodash.find": "^4.4.0",
"lodash.merge": "^4.4.0",
"lodash.pick": "^4.2.1",
"parse-duration": "^0.1.1",
"request": "^2.72.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"chai": "^3.5.0",
"eslint": "^8.1.0",
"eslint-config-imperative": "0.0.6",
"eslint-plugin-imperative": "0.0.2",
"express": "^4.14.0",
"husky": "^7.0.4",
"mocha": "^9.1.3"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guidesmiths/confabulous-http-loader.git"
},
"bugs": {
"url": "https://github.com/guidesmiths/confabulous-http-loader/issues"
},
"homepage": "https://github.com/guidesmiths/confabulous-http-loader#readme"
}