UNPKG

748 BJSONView Raw
1{
2 "name": "noflo-nodejs",
3 "version": "0.5.0",
4 "description": "Node.js runtime for NoFlo",
5 "main": "index.js",
6 "scripts": {
7 "lint": "jshint bin/noflo-nodejs bin/noflo-nodejs-init index.js",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "bin": {
11 "noflo-nodejs": "./bin/noflo-nodejs",
12 "noflo-nodejs-init": "./bin/noflo-nodejs-init"
13 },
14 "author": "Henri Bergius <henri.bergius@iki.fi>",
15 "license": "MIT",
16 "dependencies": {
17 "cli-color": "~0.3.3",
18 "coffee-cache": "^1.0.2",
19 "coffee-script": "~1.9.1",
20 "flowhub-registry": "0.0.3",
21 "noflo": "^0.5.0",
22 "noflo-runtime-websocket": "^0.5.1",
23 "uuid": "^1.4.1",
24 "yargs": "^3.8.0"
25 },
26 "devDependencies": {
27 "jshint": "*"
28 }
29}