forked from jmservera/node-red-azure-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.05 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
{
"name": "node-red-webapp",
"version": "0.0.1",
"description": "A webapp wrapper for running node-red in an Azure Web App",
"main": "server.js",
"dependencies": {
"node-red": "^0.16.2"
},
"devDependencies": {},
"scripts": {
"postinstall": "(if not exist .nodered mkdir .nodered) && copy npm_.cmd .nodered\\npm_.cmd && cd .nodered && npm install node-red-dashboard node-red-contrib-azureiothubnode node-red-contrib-cognitive-services node-red-contrib-azure-blob-storage node-red-contrib-azure-table-storage node-red-contrib-azure-sql node-red-contrib-azure-documentdb && copy npm_.cmd npm.cmd /y && cd .. && copy npm_.cmd npm.cmd /y",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jmservera/node-red-webapp.git"
},
"keywords": [
"node-red",
"Azure"
],
"author": "jmservera",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmservera/node-red-webapp/issues"
},
"homepage": "https://github.com/jmservera/node-red-webapp#readme"
}