{
  "name": "esshorten2",
  "description": "Shorten (mangle) names in JavaScript code",
  "main": "lib/esshorten.js",
  "version": "1.1.20",
  "engines": {
    "node": ">=0.6.0"
  },
  "directories": {
    "lib": "./lib"
  },
  "maintainers": [
    {
      "name": "Yusuke Suzuki",
      "email": "utatane.tea@gmail.com",
      "web": "http://github.com/Constellation"
    }
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/estools/esshorten.git"
  },
  "dependencies": {
    "escope": "~3.6.0",
    "estraverse": "~4.1.1",
    "esutils": "~2.0.2"
  },
  "devDependencies": {
    "chai": "*",
    "commonjs-everywhere": "~0.9.7",
    "jshint-stylish": "~2.0.1",
    "gulp-mocha": "~2.1.3",
    "gulp-jshint": "~1.11.2",
    "gulp": "~3.9.0",
    "coffee-script": "~1.10.0"
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "http://github.com/estools/esshorten/raw/master/LICENSE.BSD"
    }
  ],
  "scripts": {
    "test": "gulp travis",
    "lint": "gulp lint",
    "unit-test": "gulp test"
  }
}
