{
"name": "dauria",
"main": "dauria.js",
"version": "2.0.0",
"description": "Node.js module for Data URI applications. It performs conversions between Node.js Buffers and RFC2397-compliant Data URIs, or vice versa.",
"keywords": ["data uri", "data url", "data uris", "data urls", "rfc2397", "rfc 2397"],
"author": { "name": "Mithgol the Webmaster" },
"license": "MIT",
"repository": {
   "type": "git",
   "url": "https://github.com/Mithgol/dauria.git"
},
"dependencies": {
   "iconv-lite": "~0.4.13"
},
"scripts": {
   "pretest": "jshint dauria.js test/",
   "test": "mocha --reporter spec --timeout 60s"
}
}