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.
34 lines
737 B
34 lines
737 B
{
|
|
"name": "base64-img",
|
|
"version": "1.0.4",
|
|
"description": "Convert img or svg to base64, or convert base64 to img",
|
|
"main": "base64-img.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/douzi8/base64-img.git"
|
|
},
|
|
"keywords": [
|
|
"base64",
|
|
"img",
|
|
"image",
|
|
"img base64",
|
|
"svg"
|
|
],
|
|
"author": "douzi <liaowei08@gmail.com>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/douzi8/base64-img/issues"
|
|
},
|
|
"homepage": "https://github.com/douzi8/base64-img",
|
|
"dependencies": {
|
|
"ajax-request": "^1.2.0",
|
|
"file-system": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-jshint": "^0.10.0"
|
|
}
|
|
}
|
|
|