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
|
{
"name": "wPaint",
"title": "wPaint jQuery Paint Plugin",
"version": "2.5.0",
"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.",
"main": "wPaint.js",
"repository": {
"type": "git",
"url": "https://github.com/websanova/wPaint"
},
"author": {
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
},
"homepage" : "http://wpaint.websanova.com",
"license": "MIT, GPL",
"dependencies": {
"grunt-contrib-uglify": "",
"grunt-contrib-jshint": "",
"grunt-contrib-stylus": "",
"grunt-contrib-concat": "",
"grunt-contrib-watch": ""
}
}
|