blob: 64114b3adb2cd403b1364fef950686956ce10738 [file] [log] [blame]
Chinthakayala, Sheshashailavas (sc2914)d1569972017-08-28 05:25:46 -09001{
2 "name": "node-red",
3 "version": "0.9.1",
4 "description": "A visual tool for wiring the Internet of Things",
5 "homepage": "http://nodered.org",
6 "license": "Apache",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/node-red/node-red.git"
10 },
11 "main": "red/red.js",
12 "scripts": {
13 "start": "node red.js",
14 "test": "grunt"
15 },
16 "contributors": [
17 {
18 "name": "Nick O'Leary"
19 },
20 {
21 "name": "Dave Conway-Jones"
22 }
23 ],
24 "keywords": [
25 "editor",
26 "messaging",
27 "iot",
28 "m2m",
29 "pi",
30 "arduino",
31 "beaglebone",
32 "ibm",
33 "flow"
34 ],
35 "dependencies": {
36 "express": "3.17.2",
37 "when": "3.4.6",
38 "nopt": "3.0.1",
39 "mqtt": "0.3.x",
40 "ws": "0.4.32",
41 "fs-extra": "0.11.1",
42 "clone": "0.1.18",
43 "mustache": "0.8.2",
44 "cron": "1.0.4",
45 "raw-body": "1.3.0",
46 "twitter-ng": "0.6.2",
47 "oauth": "0.9.12",
48 "xml2js": "0.4.4",
49 "sentiment": "0.2.3",
50 "irc": "0.3.7",
51 "follow-redirects": "0.0.3",
52 "cors": "2.4.2",
53 "mkdirp": "0.5.0",
54 "cheerio": "0.17.0",
55 "uglify-js": "2.4.15",
56 "nodemailer": "1.3.0",
57 "imap": "0.8.13",
58 "request": "2.42.0",
59 "colors": "0.6.2",
60 "glob" : "5.0.15",
61 "lodash" : "3.7.0",
62 "multer" : "1.1.0",
63 "mysql" : "2.7.0",
64 "needle" : "0.9.2",
65 "pretty-data" : "0.40.0"
66 },
67 "devDependencies": {
68 "grunt": "0.4.5",
69 "grunt-cli": "0.1.13",
70 "grunt-simple-mocha": "0.4.0",
71 "grunt-contrib-jshint": "0.10.0",
72 "mocha": "1.21.4",
73 "should": "4.0.4",
74 "sinon": "1.10.3",
75 "supertest": "^0.13.0"
76 },
77 "engines": {
78 "node": ">=0.8"
79 },
80 "bugs": {
81 "url": "https://github.com/node-red/node-red/issues"
82 },
83 "_id": "node-red@0.9.1",
84 "dist": {
85 "shasum": "1c5f7ae2ef3dbcd090ca7db2e9c080968adc2f73",
86 "tarball": "http://registry.npmjs.org/node-red/-/node-red-0.9.1.tgz"
87 },
88 "_from": "node-red@0.9.1",
89 "_npmVersion": "1.4.6",
90 "_npmUser": {
91 "name": "knolleary",
92 "email": "nick.oleary@gmail.com"
93 },
94 "maintainers": [
95 {
96 "name": "knolleary",
97 "email": "nick.oleary@gmail.com"
98 }
99 ],
100 "directories": {},
101 "_shasum": "1c5f7ae2ef3dbcd090ca7db2e9c080968adc2f73",
102 "_resolved": "https://registry.npmjs.org/node-red/-/node-red-0.9.1.tgz",
103 "readme": "ERROR: No README data found!"
104}