forked from noflo/noflo-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 782 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 782 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
{
"name": "noflo-nodejs",
"version": "0.0.5",
"description": "Node.js runtime for NoFlo",
"main": "index.js",
"scripts": {
"lint": "jshint bin/noflo-nodejs bin/noflo-nodejs-init index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"bin": {
"noflo-nodejs": "./bin/noflo-nodejs",
"noflo-nodejs-init": "./bin/noflo-nodejs-init"
},
"author": "Henri Bergius <henri.bergius@iki.fi>",
"license": "MIT",
"dependencies": {
"commander": "^2.1.0",
"flowhub-registry": "0.0.2",
"noflo": "^0.5.0",
"noflo-runtime-websocket": "^0.2.3",
"uuid": "^1.4.1",
"snyk": "^1.316.1"
},
"devDependencies": {
"jshint": "*"
},
"snyk": true
}