-
Notifications
You must be signed in to change notification settings - Fork 608
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.25 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.25 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "node-red-nodes",
"version": "0.1.0",
"description": "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git"
},
"scripts": {
"test": "grunt"
},
"contributors": [
{
"name": "Dave Conway-Jones"
},
{
"name": "Nick O'Leary"
},
{
"name": "Ben Hardill"
},
{
"name": "Mike Blackstock"
}
],
"keywords": [
"node-red",
"nodes",
"flow"
],
"devDependencies": {
"exif": "0.6.0",
"feedparser": "2.3.1",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-jshint": "3.2.0",
"grunt-jscs": "3.0.1",
"grunt-lint-inline": "1.0.0",
"grunt-simple-mocha": "0.4.1",
"imap": "0.8.19",
"mailparser": "3.9.6",
"markdown-it": "14.1.1",
"mocha": "6.2.3",
"msgpack-lite": "0.1.26",
"multilang-sentiment": "1.2.0",
"ngeohash": "0.6.3",
"node-pop3": "0.11.0",
"node-red": "4.1.8",
"node-red-node-test-helper": "0.3.2",
"nodemailer": "7.0.13",
"proxyquire": "2.1.3",
"pushbullet": "3.0.0",
"sentiment": "2.1.0",
"should": "13.2.3",
"sinon": "7.5.0",
"smtp-server": "3.18.3",
"supertest": "4.0.2",
"when": "3.7.8"
},
"overrides": {
"utf7": {
"semver": "5.7.2"
},
"lodash": "4.18.0",
"minimatch": "3.1.5",
"grunt-jscs": {
"jscs": {
"jsonlint": {
"nomnom": {
"underscore": "1.13.7"
}
}
}
},
"grunt-lint-inline": {
"grunt-contrib-jshint": {
"jshint": {
"shelljs": "0.10.0"
}
}
}
},
"engines": {
"node": ">=20"
},
"dependencies": {
"jshint": "2.13.6",
"jshint-stylish": "2.2.1"
}
}