forked from node-red/node-red-web-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.32 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.32 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "node-red-node-web-nodes",
"version": "0.3.5",
"description": "A collection of Node-RED nodes for popular web services.",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-web-nodes.git"
},
"dependencies": {
"aws-sdk": "^2.145.0",
"backoff": "^2.5.0",
"clone": "0.1.11",
"dropbox": "^0.10.3",
"instagram-node": "0.5.1",
"is-utf8": "0.2.*",
"minimatch": "^1.0.0",
"oauth": "~0.9.11",
"request": "~2.74.0",
"should-sinon": "0.0.6",
"xml2js": "0.4.*"
},
"keywords": [
"node-red",
"flickr",
"pinboard",
"dropbox",
"aws",
"s3",
"swarm",
"foursquare",
" instagram",
"google",
"tfl",
"strava",
"forecastio",
"jawbone"
],
"node-red": {
"nodes": {
"aws": "aws/aws.js",
"box": "box/box.js",
"s3": "aws/s3.js",
"delicious": "delicious/delicious.js",
"pinboard": "pinboard/pinboard.js",
"fitbit": "fitbit/fitbit.js",
"flickr": "flickr/flickr.js",
"dropbox": "dropbox/dropbox.js",
"foursquare": "foursquare/foursquare.js",
"swarm": "foursquare/swarm.js",
"instagram": "instagram/instagram.js",
"jawboneup": "jawboneup/jawboneup.js",
"google": "google/google.js",
"googlecalendar": "google/calendar.js",
"googleplaces": "google/places.js",
"openweathermap": "openweathermap/weather.js",
"tfl-bus": "tfl/tfl-bus.js",
"tfl-underground": "tfl/tfl-underground.js",
"forecastio": "forecast/forecastio.js",
"strava": "strava/strava.js",
"weatherunderground": "weatherundergroud/wunder.js"
}
},
"devDependencies": {
"fs-extra": "^0.11.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^1.0.*",
"grunt-jscs": "^2.8.*",
"grunt-lint-inline": "^0.4.4",
"grunt-simple-mocha": "^0.4.*",
"mocha": "^2.4.5",
"nock": "^0.48.0",
"should": "^8.3.1",
"sinon": "^3.2.1",
"supertest": "^1.2.0"
}
}