-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 921 Bytes
/
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
{
"name": "@trayio/threadneedle",
"version": "1.19.0-beta.0",
"description": "A framework for simplifying working with HTTP-based APIs.",
"main": "lib/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trayio/threadneedle.git"
},
"keywords": [
"needle",
"rest",
"http",
"api"
],
"author": "tray.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/trayio/threadneedle/issues"
},
"homepage": "https://github.com/trayio/threadneedle#readme",
"dependencies": {
"@trayio/needle": "^4.0.0",
"lodash": "~4.17.21",
"mustache": "~4.2.0",
"soap": "~1.0.1",
"when": "~3.7.8",
"winston": "~3.7.2"
},
"devDependencies": {
"body-parser": "^1.18.3",
"eslint": "^6.8.0",
"express": "^4.16.4",
"mocha": "~7.2.0"
}
}