{
  "name": "esperanto",
  "description": "An easier way to convert ES6 modules to AMD and CommonJS",
  "version": "0.7.6",
  "author": "Rich Harris",
  "repository": "https://github.com/esperantojs/esperanto",
  "license": "MIT",
  "dependencies": {
    "acorn": "^1.0.1",
    "chalk": "^1.0.0",
    "magic-string": "^0.4.9",
    "minimist": "^1.1.0",
    "sander": "^0.5.1"
  },
  "main": "dist/esperanto.js",
  "jsnext:main": "src/esperanto.js",
  "bin": {
    "esperanto": "./bin/index.js"
  },
  "devDependencies": {
    "gobble": "^0.7.2",
    "gobble-babel": "^5.1.0",
    "gobble-cli": "^0.4.2",
    "gobble-esperanto-bundle": "^0.2.0",
    "gobble-uglifyjs": "^0.1.0",
    "magic-string": "^0.6.0",
    "mocha": "^2.1.0",
    "resolve": "^1.1.0",
    "source-map": "^0.1.40",
    "source-map-support": "^0.2.10"
  },
  "files": [
    "esperanto.js",
    "src",
    "dist",
    "bin",
    "README.md"
  ],
  "scripts": {
    "build": "gobble build -f dist",
    "pretest": "npm run build",
    "test": "mocha",
    "prepublish": "npm test"
  }
}
