-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
53 lines (53 loc) · 1.17 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
{
"name": "noflo-canvas",
"description": "Canvas 2D to NoFlo.",
"version": "0.4.2",
"contributors": [
{
"name": "Forrest Oliphant",
"url": "http://forresto.com/"
},
{
"name": "Vilson Vieira",
"email": "vilson@void.cc",
"url": "http://automata.cc/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo-canvas.git"
},
"license": "MIT",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"canvas": "^2.6.1",
"coffeescript": "^2.5.1",
"noflo": "^1.0.0",
"noflo-adapters": ">=0.2.0",
"noflo-core": ">=0.2.2",
"noflo-helper-arrayable": "^0.3.0",
"noflo-objects": ">=0.2.0"
},
"devDependencies": {
"chai": "^4.0.0",
"grunt": "^1.0.1",
"grunt-coffeelint": "^0.0.16",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-phantomjs": "^4.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-noflo-browser": "^2.0.2",
"mocha": "^8.1.3",
"sinon": "^6.0.0"
},
"noflo": {
"icon": "paint-brush"
},
"keywords": [
"noflo"
]
}