mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 05:41:47 +00:00
v1.0.0 release
This commit is contained in:
parent
109c83eba2
commit
880d1b0814
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pngjs2",
|
||||
"version": "0.0.3",
|
||||
"version": "1.0.0",
|
||||
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
||||
"contributors": [
|
||||
"Alexandre Paré",
|
||||
|
|
@ -25,7 +25,8 @@
|
|||
"pngjs"
|
||||
],
|
||||
"engines": {
|
||||
"node": "0.10.x"
|
||||
"node": ">=0.10.0",
|
||||
"iojs": ">= 1.0.0"
|
||||
},
|
||||
"main": "./lib/png.js",
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue