{
  "name": "gcs",
  "description": "Groonga CloudSearch",
  "version": "1.6.0",
  "author": "Groonga CloudSearch project <gcs@groonga.org>",
  "license": "MIT",
  "keywords": ["Amazon CloudSearch", "groonga", "fulltext", "search", "database"],
  "homepage": "http://gcs.groonga.org",
  "repository": {
    "type": "git",
    "url": "git://github.com/groonga/gcs.git"
  },
  "bugs": {
    "url": "http://github.com/groonga/gcs/issues"
  },
  "devDependencies": {
    "mocha": "",
    "chai": ""
  },
  "dependencies": {
    "awssum-amazon-cloudsearch": "",
    "commander": "",
    "dateformat": "",
    "express": "",
    "jade": "",
    "jsdeferred": "",
    "mkdirp": "",
    "node-uuid": "",
    "nroonga": "",
    "winston": "",
    "xml2js": "",
    "xmlbuilder": ""
  },
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter list --ui tdd --timeout 5s",
    "start": "./bin/gcs",
    "acs": "tools/run-scenarios --scenarios test/scenarios/configuration --acs --output-directory test/response/configuration"
  },
  "bin": {
    "gcs": "./bin/gcs",
    "gcs-create-domain": "./bin/gcs-create-domain",
    "gcs-delete-domain": "./bin/gcs-delete-domain",
    "gcs-describe-domain": "./bin/gcs-describe-domain",
    "gcs-configure-fields": "./bin/gcs-configure-fields",
    "gcs-configure-from-sdf": "./bin/gcs-configure-from-sdf",
    "gcs-configure-text-options": "./bin/gcs-configure-text-options",
    "gcs-index-documents": "./bin/gcs-index-documents",
    "gcs-import-examples": "./bin/gcs-import-examples",
    "gcs-configure-default-search-field": "./bin/gcs-configure-default-search-field",
    "gcs-post-sdf": "./bin/gcs-post-sdf"
  },
  "main": "./lib/server",
  "engines": {
    "node": ">= 0.8"
  }
}
