forked from noflo/noflo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.43 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "noflo",
"description": "Flow-Based Programming environment for JavaScript",
"keywords": [
"fbp",
"workflow",
"flow"
],
"author": "Henri Bergius <henri.bergius@iki.fi>",
"version": "0.5.10",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/noflo/noflo/raw/master/LICENSE"
}
],
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"shell": "0.2.x",
"cli": ">=0.3.7",
"cli-color": ">=0.2.1",
"underscore": ">=1.3.3",
"read-installed": "2.0.7",
"npmlog": "0.0.x",
"coffee-script": ">=1.1.0",
"fbp": "1.1.x",
"eval": "^0.1.0"
},
"devDependencies": {
"chai": "~1.9.0",
"chai-json-schema": "^1.1.0",
"grunt": "~0.4.1",
"grunt-cafe-mocha": "~0.1.12",
"grunt-cli": "~0.1.7",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "~0.11.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-phantomjs": "~0.6.0",
"grunt-noflo-browser": "^0.1.2",
"grunt-noflo-manifest": "^0.1.11",
"mocha": "~1.21.0"
},
"main": "./lib/NoFlo",
"bin": {
"noflo": "./bin/noflo"
},
"homepage": "http://noflojs.org/",
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo.git"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"docco_husky": {
"output_dir": "docs",
"project_name": "NoFlo"
}
}