-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
62 lines (62 loc) · 1.54 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
59
60
61
62
{
"name": "node-red-node-web-nodes",
"version": "0.4.3",
"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"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"node-red-web",
"nodes",
"flow",
"flickr",
"pinboard",
"dropbox",
"aws",
"s3",
"swarm",
"foursquare",
"instagram",
"google",
"tfl",
"strava",
"forecastio",
"jawbone"
],
"devDependencies": {
"aws-sdk": "^2.1659.0",
"backoff": "^2.5.0",
"clone": "^2.1.2",
"dropbox": "^10.20.0",
"fs-extra": "^9.0.1",
"grunt": "^1.2.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-jshint": "^2.1.0",
"grunt-jscs": "^3.0.1",
"grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"instagram-node": "^0.5.8",
"is-utf8": "^0.2.1",
"minimatch": "^9.0.0",
"mocha": "^6.2.3",
"nock": "^11.9.1",
"node-red": "^4.0.2",
"node-red-node-test-helper": "~0.3.4",
"oauth": "~0.9.11",
"request": "^2.88.2",
"should": "^13.2.3",
"should-sinon": "^0.0.6",
"sinon": "~8.0.4",
"supertest": "^4.0.2",
"xml2js": "^0.4.0"
},
"engines": {
"node": ">=8.0.0"
}
}