-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.15 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
{
"name": "alan-view",
"version": "0.1.5",
"description": "Alan's view for a given image",
"license": "MIT",
"main": "./src/main",
"devDependencies": {
"chai": "~2.0.0",
"coffeeify": "^1.0.0",
"coffeelint": "^1.10.1",
"grunt": "~0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-cafe-mocha": "~0.1.13",
"grunt-coffeelint": "~0.0.13",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"mocha": "~2.1.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/the-grid/alan-view.git"
},
"author": {
"name": "Vilson Vieira",
"email": "[email protected]",
"url": "http://automata.cc"
},
"bugs": {
"url": "https://github.com/the-grid/alan-view/issues"
},
"browserify": {
"name": "alan-view",
"transform": [
"coffeeify"
]
},
"keywords": [
"thegrid",
"ecosystem:thegrid",
"visualization",
"view",
"alan",
"ai",
"artificial intelligence",
"canvas",
"image",
"histogram"
],
"homepage": "https://github.com/the-grid/alan-view"
}