{
  "scripts": {
    "test": "node test/index.js"
  },
  "name": "transformer",
  "description": "Transform data using synchronous and asynchronous functions.",
  "keywords": [
    "transformer",
    "transform",
    "the",
    "data",
    "using",
    "synchronous",
    "and",
    "asynchronous",
    "functions"
  ],
  "license": "MIT",
  "version": "1.2.8",
  "main": "lib/index.js",
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IonicaBizau/transformer.git"
  },
  "bugs": {
    "url": "https://github.com/IonicaBizau/transformer/issues"
  },
  "homepage": "https://github.com/IonicaBizau/transformer#readme",
  "dependencies": {
    "asyncer.js": "^1.0.0",
    "deffy": "^2.2.2",
    "fn-result": "^1.0.4",
    "noop6": "^1.0.2",
    "typpy": "^2.3.3",
    "ul": "^5.2.2"
  },
  "blah": {
    "h_img": "http://i.imgur.com/2QzGSBl.png"
  },
  "devDependencies": {
    "tester": "^1.3.5"
  }
}
