{
  "name": "strong-build",
  "description": "Prepare a node package for deployment",
  "version": "2.1.2",
  "keywords": [
    "StrongLoop",
    "build",
    "bundle",
    "dependencies",
    "git",
    "heroku",
    "npm",
    "openshift",
    "slc"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/strongloop/strong-build.git"
  },
  "author": "engineering@strongloop.com",
  "license": "Artistic-2.0",
  "readmeFilename": "README.md",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint *.js bin/*.js lib/*.js test/*.js",
    "test": "tap --timeout=300 ./test/test-*"
  },
  "bin": {
    "sl-build": "./bin/sl-build.js"
  },
  "dependencies": {
    "debug": "^2.0.0",
    "lodash": "^3.8.0",
    "posix-getopt": "^1.0.0",
    "pump": "^1.0.1",
    "shelljs": "^0.4.0",
    "strong-pack": "^1.0.0",
    "vasync": "^1.4.3"
  },
  "devDependencies": {
    "async": "^0.9.0",
    "eslint": "^1.0.0",
    "tap": "^0.7.1",
    "tar": "^2.1.1"
  }
}
