forked from jimdoescode/jqScribble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jqscribble.jquery.json
19 lines (19 loc) · 926 Bytes
/
jqscribble.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "jqscribble",
"version": "1.0.1",
"title": "A touch enabled canvas drawing tool",
"author": {
"name": "Jim Saunders",
"url": "http://jimsaunders.net"
},
"licenses": [
{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}
],
"dependencies": {
"jquery": "1.5 - 1.9"
},
"description": "A small canvas drawing plugin. It lets you draw on a canvas, add an image to a canvas, and save your drawing as an image. A simple PHP file is included in the repo to demonstrate how you might save the image server side. It is touch enabled so you can draw using finger on a touch enabled devices as well as the mouse on standard devices.",
"keywords": ["touch", "draw", "canvas", "scribble", "drawing", "paint", "brush", "mobile"],
"demo": "http://jimdoescode.github.com/jqScribble",
"homepage": "https://github.com/jimdoescode/jqScribble"
}