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
|
{
"name": "wPaint",
"title": "wPaint jQuery Paint Plugin",
"description": "A jQuery paint plugin for a simple drawing surface that you can easily pop into your pages, similar to the basic windows paint program.",
"keywords": [
"websanova",
"wPaint",
"paint",
"canvas",
"html5"
],
"version": "2.5.0",
"author": {
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
},
"maintainers": [
{
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/websanova/wPaint#license"
}
],
"bugs": "https://github.com/websanova/wPaint/issues",
"homepage": "http://wpaint.websanova.com",
"docs": "https://github.com/websanova/wPaint#wpaintjs",
"download": "https://github.com/websanova/wPaint/tags",
"dependencies": {
"jquery": ">=1.5"
}
}
|