forked from node-red/node-red-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "node-red-nodes",
"version": "0.0.10",
"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"
},
"contributors": [
{
"name": "Dave Conway-Jones"
},
{
"name": "Nick O'Leary"
},
{
"name": "Ben Hardill"
}
],
"keywords": [
"node-red",
"nodes",
"iot",
"ibm",
"flow"
],
"devDependencies": {
"exif": "^0.6.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"imap": "^0.8.19",
"mailparser": "^0.6.1",
"mocha": "~3.5.3",
"msgpack-lite": "^0.1.26",
"ngeohash": "^0.6.0",
"nodemailer": "^1.11.0",
"poplib": "^0.1.7",
"proxyquire": "^1.7.11",
"pushbullet": "~2.1.0",
"should": "^11.2.1",
"sinon": "^1.17.7",
"supertest": "^3.0.0",
"when": "^3.7.8"
}
}