forked from ivan801/cloudrail-si-node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 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
52
53
{
"name": "cloudrail-si",
"author": "CloudRail <[email protected]> (https://cloudrail.com)",
"repository": {
"type": "git",
"url": "https://github.com/CloudRail/cloudrail-si-node-sdk"
},
"keywords": [
"AmazonS3",
"Box",
"Backblaze",
"Dropbox",
"Egnyte",
"Facebook",
"Foursquare",
"GitHub",
"GoogleCloudPlatform",
"GoogleDrive",
"GooglePlaces",
"GooglePlus",
"Heroku",
"Instagram",
"LinkedIn",
"MailJet",
"MicrosoftAzure",
"MicrosoftLive",
"Nexmo",
"OneDrive",
"OneDriveBusiness",
"PayPal",
"Rackspace",
"SendGrid",
"Slack",
"Stripe",
"Twilio",
"Twitter",
"Yahoo",
"Yelp"
],
"description": "The CloudRail SI SDK for Node.JS, a simple, universal, unified API for the most popular cloud services. Supports: AmazonS3, Box, Backblaze, Dropbox, Egnyte, Facebook, Foursquare, GitHub, GoogleCloudPlatform, GoogleDrive, GooglePlaces, GooglePlus, Heroku, Instagram, LinkedIn, MailJet, MicrosoftAzure, MicrosoftLive, Nexmo, OneDrive, OneDriveBusiness, PayPal, Rackspace, SendGrid, Slack, Stripe, Twilio, Twitter, Yahoo, Yelp",
"engines": {
"node": ">=4.0.0"
},
"engineStrict": true,
"version": "2.14.0",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"bluebird": "^3.4.1",
"opn": "^4.0.2",
"xmldoc": "^0.5.1"
}
}