{
  "name": "@convergence/string-change-detector",
  "title": "String Change Detector",
  "description": "Helper utility to detect and processes individual edits to a string.",
  "keywords": [
    "string",
    "change",
    "detector"
  ],
  "version": "0.1.8",
  "homepage": "http://convergencelabs.com",
  "author": {
    "name": "Convergence Labs, Inc.",
    "url": "http://convergencelabs.com",
    "email": "info@convergencelabs.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/convergencelabs/string-change-detector.git"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/convergencelabs/string-change-detector/issues"
  },
  "license": "MIT",
  "scripts": {
    "build": "gulp build",
    "dist": "gulp dist",
    "clean": "gulp clean"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "dependencies": {
  },
  "devDependencies": {
    "babel-eslint": "6.1.2",
    "babel-loader": "6.2.5",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-preset-es2015": "6.14.0",
    "deepcopy": "0.6.3",
    "del": "2.2.0",
    "eslint": "1.7.2",
    "eslint-loader": "1.1.0",
    "gulp": "3.9.1",
    "gulp-babel": "6.1.2",
    "gulp-bump": "2.4.0",
    "gulp-clean-css": "2.0.12",
    "gulp-concat": "^2.6.1",
    "gulp-header": "1.8.8",
    "gulp-mocha": "3.0.1",
    "gulp-rename": "1.2.2",
    "gulp-sourcemaps": "1.6.0",
    "gulp-uglify": "2.0.0",
    "gulp-webpack": "1.5.0",
    "merge2": "1.0.2",
    "mocha": "3.0.2",
    "should": "11.1.0",
    "sinon": "1.17.7",
    "webpack": "1.14.0"
  }
}
