mirror of
https://github.com/danbulant/pngjs
synced 2026-05-26 21:31:56 +00:00
41 lines
808 B
JSON
41 lines
808 B
JSON
{
|
|
"name": "pngjs2",
|
|
"version": "0.0.2",
|
|
"description": "Pure JS PNG encoder/decoder",
|
|
"contributors": [
|
|
"Alexandre Paré",
|
|
"Gaurav Mali",
|
|
"Kuba Niegowski",
|
|
"Luke Page",
|
|
"Pietajan De Potter",
|
|
"Steven Sojka",
|
|
"liangzeng"
|
|
],
|
|
"homepage": "https://github.com/lukeapage/pngjs2",
|
|
"keywords": [
|
|
"png"
|
|
],
|
|
"engines": {
|
|
"node": "0.10.x"
|
|
},
|
|
"main": "./lib/png.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/lukeapage/pngjs2.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lukeapage/pngjs2/issues"
|
|
},
|
|
"devDependencies": {
|
|
"connect": "^3.4.0",
|
|
"phantomjs": "^1.9.17",
|
|
"serve-static": "^1.10.0"
|
|
}
|
|
}
|