You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
546 B
33 lines
546 B
|
2 months ago
|
{
|
||
|
|
"name": "bmp-js",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "A pure javascript BMP encoder and decoder",
|
||
|
|
"main": "index.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/shaozilee/bmp-js"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"bmp",
|
||
|
|
"1bit",
|
||
|
|
"4bit",
|
||
|
|
"8bit",
|
||
|
|
"16bit",
|
||
|
|
"24bit",
|
||
|
|
"32bit",
|
||
|
|
"encoder",
|
||
|
|
"decoder",
|
||
|
|
"image",
|
||
|
|
"javascript",
|
||
|
|
"js"
|
||
|
|
],
|
||
|
|
"author": {
|
||
|
|
"name": "shaozilee",
|
||
|
|
"email": "shaozilee@gmail.com"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
}
|
||
|
|
}
|