forked from noflo/noflo-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.84 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
64
65
66
67
{
"name": "noflo-image",
"description": "Image processing utilities for browser and Node.js NoFlo.",
"version": "0.0.14",
"author": {
"name": "Forrest Oliphant",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo-image.git"
},
"licenses": [
{
"type": "MIT",
"url": "undefined/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"canvas": "~1.1.1",
"image-size": "^0.2.1",
"jsfeat": "0.0.4",
"noflo": "~0.5.0",
"noflo-canvas": "^0.1.7",
"superagent": "^0.17.0",
"temporary": "0.0.8",
"noflo-ajax": "^0.1.2",
"noflo-core": "^0.1.9",
"noflo-filesystem": "^1.0.6",
"noflo-groups": "^0.1.6",
"noflo-strings": "^0.1.9",
"noflo-objects": "^0.1.10",
"request": "^2.36.0"
},
"devDependencies": {
"chai": "~1.5.0",
"grunt": "~0.4.1",
"grunt-cafe-mocha": "~0.1.2",
"grunt-coffeelint": "~0.0.6",
"grunt-contrib-coffee": "~0.6.6",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-mocha-phantomjs": "~0.2.2",
"grunt-noflo-browser": "^0.1.2",
"grunt-noflo-manifest": "^0.1.1",
"mocha": "~1.9.0"
},
"keywords": [],
"noflo": {
"components": {
"CalculateAspectRatio": "components/CalculateAspectRatio.coffee",
"CreateImage": "components/CreateImage-node.coffee",
"FindFeatureFreeAreas": "components/FindFeatureFreeAreas.coffee",
"GetFeaturesYAPE": "components/GetFeaturesYAPE.coffee",
"GetHistogram": "components/GetHistogram.coffee",
"GetOrientation": "components/GetOrientation.coffee",
"Measure": "components/Measure-node.coffee",
"ToFullscale": "components/ToFullscale.coffee"
},
"graphs": {
"UrlToCanvas": "graphs/UrlToCanvas.json"
}
}
}