{
  "name": "convert-bootstrap-2-to-3",
  "version": "1.0.4",
  "description": "Converts Bootstrap 2 to 3",
  "main": "lib/cli.js",
  "bin": {
    "bs3": "./bin/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Nate Cavanaugh",
  "license": "MIT",
  "dependencies": {
    "async": "^0.7.0",
    "cli": "^0.4.5",
    "cli-color-keywords": "0.0.1",
    "content-formatter": "^1.1.0",
    "content-logger": "0.0.3",
    "diff": "^1.0.8",
    "lodash": "^3.10.1",
    "optimist": "^0.6.1",
    "roolz": "^1.0.2",
    "string-sub": "0.0.1",
    "to-int": "^0.1.0"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "chai-string": "*",
    "coveralls": "*",
    "gulp-coveralls": "*",
    "gulp-istanbul": "*",
    "istanbul": "*",
    "sinon": "*",
    "gulp": "*",
    "gulp-load-plugins": "*",
    "gulp-help": "*",
    "run-sequence": "*",
    "gulp-mocha": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/natecavanaugh/convert-bootstrap-2-to-3.git"
  },
  "keywords": [
    "bootstrap3",
    "bootstrap2",
    "liferay"
  ],
  "bugs": {
    "url": "https://github.com/natecavanaugh/convert-bootstrap-2-to-3/issues"
  },
  "homepage": "https://github.com/natecavanaugh/convert-bootstrap-2-to-3"
}
