forked from yarax/node-request-by-swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 754 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
{
"name": "node-request-by-swagger",
"version": "2.0.1",
"description": "Constructs request.js options from swagger endpoint",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yarax/node-request-by-swagger.git"
},
"keywords": [
"swagger",
"request",
"request.js"
],
"author": "Roman Krivtsov",
"license": "MIT",
"bugs": {
"url": "https://github.com/yarax/node-request-by-swagger/issues"
},
"homepage": "https://github.com/yarax/node-request-by-swagger#readme",
"devDependencies": {
"mocha": "^3.0.2",
"request": "^2.75.0"
},
"publishConfig": {
"registry": "http://192.168.100.208:8081/repository/npm-forks/"
}
}