{
  "name": "text-buffer",
  "version": "13.18.6",
  "description": "A container for large mutable strings with annotated regions",
  "main": "./lib/text-buffer",
  "scripts": {
    "prepublish": "npm run clean && npm run compile && npm run lint && npm run docs",
    "docs": "node script/generate-docs",
    "clean": "rimraf lib api.json",
    "compile": "coffee --no-header --output lib --compile src && cpy src/*.js lib/",
    "lint": "coffeelint -r src spec && standard src/*.js spec/*.js",
    "test": "node script/test",
    "ci": "npm run compile && npm run lint && npm run test && npm run bench",
    "bench": "node benchmarks/index"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atom/text-buffer.git"
  },
  "bugs": {
    "url": "https://github.com/atom/text-buffer/issues"
  },
  "atomTestRunner": "atom-jasmine2-test-runner",
  "license": "MIT",
  "devDependencies": {
    "atom-jasmine2-test-runner": "^1.0.0",
    "coffee-cache": "^0.2.0",
    "coffee-script": "^1.10.0",
    "coffeelint": "1.16.0",
    "cpy-cli": "^1.0.1",
    "dedent": "^0.6.0",
    "donna": "^1.0.16",
    "electron": "^6",
    "jasmine": "^2.4.1",
    "jasmine-core": "^2.4.1",
    "joanna": "0.0.11",
    "json-diff": "^0.3.1",
    "random-seed": "^0.2.0",
    "regression": "^1.2.1",
    "rimraf": "~2.2.2",
    "standard": "^10.0.3",
    "tello": "^1.0.7",
    "temp": "^0.8.3",
    "yargs": "^6.5.0"
  },
  "dependencies": {
    "delegato": "^1.0.0",
    "diff": "^2.2.1",
    "emissary": "^1.0.0",
    "event-kit": "^2.4.0",
    "fs-admin": "^0.19.0",
    "fs-plus": "^3.0.0",
    "grim": "^2.0.2",
    "mkdirp": "^0.5.1",
    "pathwatcher": "^8.1.0",
    "serializable": "^1.0.3",
    "superstring": "^2.4.4",
    "underscore-plus": "^1.0.0",
    "winattr": "^3.0.0"
  },
  "standard": {
    "env": {
      "atomtest": true,
      "browser": true,
      "jasmine": true,
      "node": true
    },
    "globals": [
      "atom",
      "snapshotResult"
    ]
  }
}
