-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 856 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 856 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
34
35
{
"name": "drawback",
"description": "The drawback framework provides a seamless way to render 2D drawings on the client side using HTML5 technologies with a server-side backend.",
"version": "0.1.9",
"author": "Damian Suarez <damian@learnboost.com>",
"contributors": [
"Guillermo Rauch <guillermo@learnboost.com>",
"Nathan Rajlich <nate@learnboost.com>"
],
"dependencies": {
"canvas": "0.10.2"
},
"repository": {
"type": "git",
"url": "git://github.com/LearnBoost/drawback.git"
},
"keywords": [
"canvas",
"node-canvas",
"drawback"
],
"main": "./lib/drawback/index.js",
"directories": {
"lib": "./lib/drawback"
},
"engines": {
"node": ">= 0.2.5"
},
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}