-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 779 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 779 Bytes
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
{
"name" : "node-red-bluemix",
"version" : "0.5.1",
"dependencies": {
"when": "~3.x",
"mongodb": "~1.4.x",
"nano": "~5.11.0",
"feedparser":"~0.19.2",
"redis":"~0.10.1",
"express": "*",
"ejs": "*",
"cfenv": "*",
"nodemon": "*",
"cradle":"*",
"body-parser":"*",
"cloudant":"*",
"youtube-dl":"*",
"youtube-api":"*",
"underscore":"*",
"url":"*",
"csvtojson":"*",
"multer":"*",
"pkgcloud-bluemix-objectstorage":"*",
"request":"*",
"async":"*",
"mime":"*",
"opn":"*"
},
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "4.x"
}
}