{
  "name": "yo-yoify",
  "version": "4.3.0",
  "description": "Transform yo-yo or bel template strings into pure and fast document calls",
  "main": "index.js",
  "scripts": {
    "start": "budo index.js",
    "test": "standard && node test/index.js && browserify -t ./index.js test/browser.js | tape-run"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shama/yo-yoify"
  },
  "keywords": [
    "bel",
    "yo-yo",
    "choo",
    "elements",
    "browserify",
    "plugin",
    "transform"
  ],
  "files": [
    "index.js",
    "lib"
  ],
  "author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shama/yo-yoify/issues"
  },
  "homepage": "https://github.com/shama/yo-yoify",
  "dependencies": {
    "acorn": "^5.0.0",
    "convert-source-map": "^1.5.1",
    "hyperx": "^2.0.3",
    "on-load": "^3.2.0",
    "through2": "^2.0.1",
    "transform-ast": "^2.2.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "babelify": "^8.0.0",
    "bel": "^4.3.2",
    "browserify": "^14.1.0",
    "bubleify": "^1.0.0",
    "choo": "^5.0.4",
    "standard": "^9.0.2",
    "tape": "^4.5.1",
    "tape-run": "^3.0.0",
    "yo-yo": "^1.2.1"
  }
}
