{
  "name": "sbt-cli",
  "version": "1.9.0",
  "description": "super build tools",
  "main": "./build/main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "sbt": "./build/main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nil84/sbt.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nil84/sbt/issues"
  },
  "homepage": "https://github.com/nil84/sbt#readme",
  "dependencies": {
    "async": "^2.0.1",
    "chokidar": "^1.6.0",
    "commander": "^2.9.0",
    "fs-extra": "^0.30.0",
    "livereload": "^0.6.0",
    "lzma": "^2.3.2",
    "nedb": "^1.8.0",
    "requirejs": "^2.3.1",
    "ts2c": "^1.0.2",
    "typescript": "^1.8.10",
    "uglify-js": "^2.7.3"
  }
}
