{
  "name": "gifshot-plus",
  "version": "1.0.2",
  "description": "JavaScript library that can create animated gifs from video streams (e.g. webcam), existing videos (e.g. mp4), or existing images",
  "main": "./dist/gifshot",
  "repository": {
    "type": "git",
    "url": "https://github.com/Lorys-Hazu/gifshot-"
  },
  "keywords": [
    "gif",
    "animated gif",
    "WebRTC",
    "getUserMedia"
  ],
  "contributors": [
    {
      "name": "Chase West"
    },
    {
      "name": "Greg Franko"
    },
    {
      "name": "Lorys-Hazu"
    }
  ],
  "scripts": {
    "preview": "node demo/server/server.js",
    "build": "gulp",
    "watch": "gulp watch",
    "test": "gulp test"
  },
  "precommit": [
    "build"
  ],
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.5.2",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^1.9.1",
    "express": "^4.2.0",
    "gulp": "^3.8.8",
    "gulp-babel": "^6.1.2",
    "gulp-iife": "^0.3.0",
    "gulp-insert": "^0.3.0",
    "gulp-install": "^0.2.0",
    "gulp-mocha": "^1.1.0",
    "gulp-rename": "^1.2.0",
    "gulp-sequence": "^0.4.6",
    "gulp-uglify": "^0.3.0",
    "jshint": "latest",
    "precommit-hook": "^1.0.7",
    "rollup": "^0.43.0",
    "rollup-plugin-babel": "^2.7.1",
    "run-sequence": "^1.2.2"
  },
  "engine": {
    "node": ">= 4.0.0"
  },
  "license": "MIT"
}
