-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
19 lines (19 loc) · 856 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "pnglib",
"version": "0.0.1",
"description": "A PNG lib for Node.js",
"author": {
"name": "George Chan"
},
"main": "./lib/pnglib.js",
"repository": {
"type": "git",
"url": "https://github.com/GeorgeChan/pnglib.git"
},
"keywords": [
"pnglib"
],
"license": "BSD",
"readmeFilename": "README.md",
"readme": "#PNGLib\nA PNG lib for Node.js\n\n A handy class to calculate color values.\n\n```\n version 1.0\n author Robert Eisele [email protected]\n copyright Copyright (c) 2010, Robert Eisele\n link http://www.xarg.org/2010/03/generate-client-side-png-files-using-javascript/\n license http://www.opensource.org/licenses/bsd-license.php BSD License\n```\nModified by George Chan [email protected]\n\n##Install\n```\nnpm install pnglib\n```\n\n##Examples\nExample see: https://github.com/GeorgeChan/captchapng"
}