mirror of
https://github.com/danbulant/pngjs
synced 2026-06-07 16:42:23 +00:00
Update package.json
This commit is contained in:
parent
abc6f7e789
commit
8c8f205fa4
1 changed files with 8 additions and 9 deletions
17
package.json
17
package.json
|
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "node-png",
|
"name": "pngjs2",
|
||||||
"version": "0.4.3",
|
"version": "1.0.0",
|
||||||
"description": "Simple PNG encoder/decoder",
|
"description": "Pure JS PNG encoder/decoder",
|
||||||
"author": "Kuba Niegowski",
|
"contributors": ["Kuba Niegowski", "Luke Page", "Pietajan De Potter", "Steven Sojka", "Alexandre Paré", "Gaurav Mali", "liangzeng"],
|
||||||
"contributors": [],
|
"homepage": "https://github.com/lukeapage/pngjs2",
|
||||||
"homepage": "https://github.com/brighthas/node-pngjs/",
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"png"
|
"png"
|
||||||
],
|
],
|
||||||
|
|
@ -16,14 +15,14 @@
|
||||||
"example": "examples"
|
"example": "examples"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "node test/test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/brighthas/node-pngjs.git"
|
"url": "git://github.com/lukeapage/pngjs2.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/brighthas/node-pngjs/issues"
|
"url": "https://github.com/lukeapage/pngjs2/issues"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue