forked from eendeego/node-openvg-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 672 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 672 Bytes
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
{
"name": "openvg-canvas",
"preferGlobal" : "true",
"version": "1.1.7",
"author": "Luis Reis <luis@luismreis.com> (http://luismreis.com/)",
"description": "Canvas on node-openvg",
"bin": {
"node-canvas" : "./bin/node-canvas"
},
"main": "lib/canvas.js",
"repository": {
"type": "git",
"url": "git://github.com/luismreis/node-openvg-canvas.git"
},
"keyword": [
"raspberry-pi",
"openvg",
"canvas"
],
"dependencies": {
"openvg" : "~0.4.4"
},
"devDependencies": {
"tap": "*"
},
"license" : "MIT",
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "node node_modules/tap/bin/tap.js tests"
}
}