-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "gmr-saliency",
"description": "GMR Saliency Map",
"version": "0.2.5",
"author": {
"name": "Vilson Vieira",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/the-grid/gmr-saliency.git"
},
"license": "BSD-3-Clause",
"devDependencies": {
"chai": "^3.5.0",
"coffeelint": "^1.12.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "^0.0.15",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-node-gyp": "^3.0.0",
"grunt-noflo-manifest": "^0.1.11",
"mocha": "^3.2.0",
"noflo-canvas": "^0.2.0"
},
"dependencies": {
"noflo": "0.x >= 0.5",
"temporary": "~0.0.8"
},
"keywords": [
"saliency",
"saliency map",
"computer vision",
"slic"
],
"scripts": {
"test": "node_modules/.bin/grunt test"
},
"noflo": {
"components": {
"GetSaliency": "components/GetSaliency-node.coffee",
"ResizeDimensions": "components/ResizeDimensions.coffee"
},
"graphs": {
"ResizeAndExtractSaliency": "graphs/ResizeAndExtractSaliency.json"
}
},
"main": "build/Release/saliency"
}