forked from node-red/node-red-web-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.96 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
54
55
56
57
58
{
"name" : "node-red-node-web-nodes",
"version" : "0.2.0",
"description" : "A collection of Node-RED nodes for popular web services.",
"dependencies" : {
"aws-sdk": "^2.0.15",
"dropbox":"^0.10.3",
"minimatch": "^1.0.0",
"oauth":"~0.9.11",
"request":"~2.40.0",
"instagram-node":"0.5.1",
"clone": "0.1.11",
"xml2js":"0.4.4"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-web-nodes"
},
"license": "Apache-v2.0",
"keywords": [ "node-red", "flickr", "pinboard", "dropbox", "aws", "s3" ],
"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",
"weather": "weather/weather.js",
"tfl-bus": "transport/tfl-bus.js",
"tfl-underground": "transport/tfl-underground.js",
"forecastio": "forecast/forecastio.js",
"strava": "fitness/strava.js"
}
},
"devDependencies": {
"fs-extra": "0.11.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-lint-inline": "0.4.3",
"grunt-simple-mocha": "0.4.0",
"grunt-contrib-jshint": "0.10.0",
"mocha": "1.21.4",
"nock": "^0.48.0",
"should": "4.0.4",
"sinon": "1.10.3",
"supertest": "^0.13.0"
}
}