{
  "name": "ng-repeat-fast",
  "version": "0.2.21",
  "description": "Faster ng-repeat realization that caches DOM nodes.",
  "main": "fastRepeat.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "f-xyz-diff": "^0.1.22"
  },
  "devDependencies": {
    "browser-sync": "^2.7.13",
    "browserify": "^10.2.4",
    "chai": "^1.10.0",
    "colors": "^1.0.3",
    "del": "^1.2.0",
    "express": "^3.4.8",
    "gulp": "^3.9.0",
    "gulp-bump": "^0.3.1",
    "gulp-copy": "0.0.2",
    "gulp-karma": "0.0.4",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-spawn-mocha": "^2.0.1",
    "gulp-uglify": "^1.2.0",
    "istanbul": "^0.3.15",
    "karma": "^0.12.31",
    "karma-chrome-launcher": "^0.1.8",
    "karma-coverage": "^0.3.1",
    "karma-mocha": "^0.1.10",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-spec-reporter": "^0.0.19",
    "lodash": "^3.9.3",
    "mocha": "^2.2.4",
    "optimist": "^0.6.1",
    "proxyquire": "^1.5.0",
    "sinon": "^1.15.3",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "scripts": {
    "test": "./node_modules/karma/bin/karma start --single-run",
    "start": "./server.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/f-xyz/ng-repeat-fast.git"
  },
  "keywords": [
    "angular",
    "ng-repeat"
  ],
  "author": "f-xyz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/f-xyz/ng-repeat-fast/issues"
  },
  "homepage": "https://github.com/f-xyz/ng-repeat-fast"
}
