{
  "name": "strong-data-uri",
  "version": "1.0.3",
  "description": "Parser and builder for `data:` URIs",
  "license": "Artistic-2.0",
  "main": "index.js",
  "scripts": {
    "pretest": "jshint *.js test",
    "test": "istanbul test -- _mocha -R spec",
    "posttest": "test -z $npm_config_coverage || istanbul report"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/strong-data-uri.git"
  },
  "author": {
    "name": "Miroslav Bajtos",
    "email": "miroslav@strongloop.com"
  },
  "dependencies": {
    "truncate": "~1.0.2"
  },
  "devDependencies": {
    "mocha": "~1.17.1",
    "jshint": "~2.4.3",
    "istanbul": "~0.2.4",
    "chai": "~1.8.1"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}
