-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 771 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 771 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": "rapidapi-connect",
"version": "0.0.4",
"description": "Connect to blocks on the rapidapi.com marketplace",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/RapidSoftwareSolutions/RapidAPIConnect_NodeJS.git"
},
"keywords": [
"RapidAPI",
"Connect",
"Node",
"API"
],
"author": "R Software Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/RapidSoftwareSolutions/RapidAPIConnect_NodeJS/issues"
},
"homepage": "https://github.com/RapidSoftwareSolutions/RapidAPIConnect_NodeJS",
"dependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"request": "^2.72.0",
"ws": "^2.1.0"
}
}