{
  "name": "gifuct-js",
  "version": "1.0.0",
  "description": "Easy to use efficient .GIF parsing in the browser",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/matt-way/gifuct-js.git"
  },
  "keywords": [
    "gif",
    "parser",
    "javascript"
  ],
  "author": "Matt Way",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/matt-way/gifuct-js/issues"
  },
  "homepage": "https://github.com/matt-way/gifuct-js",
  "devDependencies": {
    "browserify": "^10.2.6",
    "gulp": "^3.9.0",
    "gulp-jshint": "^1.11.2",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.2.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  }
}
