{
  "name": "babel-bits",
  "version": "1.0.1",
  "main": "src/index.js",
  "scripts": {
    "prepublish": "grunt build",
    "test": "grunt test"
  },
  "dependencies": {
    "babel-standalone": "^6.4.4",
    "belty": "^0.3.0"
  },
  "devDependencies": {
    "babel-bits": "^1.0.0",
    "bit-imports": "^1.0.4",
    "browserify": "~13.0.0",
    "chai": "~3.5.0",
    "grunt": "~0.4.5",
    "grunt-browserify": "~4.0.1",
    "grunt-concurrent": "~2.2.1",
    "grunt-contrib-connect": "~0.11.2",
    "grunt-contrib-jshint": "~1.0.0",
    "grunt-contrib-uglify": "~0.11.1",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-mocha": "~0.4.15",
    "grunt-release": "^0.13.0",
    "jshint-stylish": "~2.1.0",
    "mocha": "~2.4.5",
    "sinon": "~1.17.3",
    "spromise": "^0.9.3"
  },
  "browser": {},
  "directories": {
    "test": "test"
  },
  "description": "babel (6to5) transform for bit-imports and bit-bundler",
  "repository": {
    "type": "git",
    "url": "https://github.com/MiguelCastillo/babel-bits.git"
  },
  "keywords": [
    "babel",
    "bit-bundler",
    "bit-imports"
  ],
  "author": "Miguel Castillo <manchagnu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MiguelCastillo/babel-bits/issues"
  },
  "homepage": "https://github.com/MiguelCastillo/babel-bits"
}
