forked from noflo/noflo-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1009 Bytes
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "noflo-nodejs",
"version": "0.7.1",
"description": "Node.js runtime for NoFlo",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"bin": {
"noflo-nodejs": "./bin/noflo-nodejs",
"noflo-nodejs-init": "./bin/noflo-nodejs-init"
},
"author": "Henri Bergius <henri.bergius@iki.fi>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo-nodejs.git"
},
"dependencies": {
"cli-color": "~1.1.0",
"coffee-cache": "~1.0.2",
"coffee-script": "~1.10.0",
"flowhub-registry": "~0.0.4",
"noflo": "~0.7.5",
"noflo-runtime-websocket": "~0.6.2",
"noflo-runtime-base": "~0.7.3",
"password-maker": "~1.0.5",
"uuid": "~2.0.2",
"yargs": "~4.3.2"
},
"devDependencies": {
"chai": "^3.4.1",
"coffeelint": "^1.13.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "^0.0.15",
"grunt-mocha-test": "^0.12.7",
"jshint": "2.9.2",
"mocha": "^2.3.4",
"noflo-core": "^0.3.0"
}
}