{
  "name": "synquery-bootstrap",
  "version": "0.1.1",
  "description": "Command line tools for developing applications on Synquery web-platform.",
  "main": "index.js",
  "scripts": {
    "test": "node test/_runner.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/synquery/synquery-bootstrap.git"
  },
  "keywords": [
    "synquery",
    "bootstrap",
    "command-line-tools"
  ],
  "author": "Synquery Team",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/synquery/synquery-bootstrap/issues"
  },
  "homepage": "https://github.com/synquery/synquery-bootstrap#readme",
  "devDependencies": {
    "foonyah-ci": "^0.1.3",
    "jsdom": "^25.0.1"
  },
  "sb_replacer": {
    "distdir": "test/tmp"
  },
  "dependencies": {
    "argv": "^0.0.3"
  }
}
