{
  "name": "@snyk/gemfile",
  "description": "A Gemfile.lock parser for Node.js represented with JSON.",
  "main": "gemfile.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/gemfile.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/snyk/gemfile#readme",
  "bugs": {
    "url": "https://github.com/snyk/gemfile/issues"
  },
  "files": [
    "gemfile.js"
  ],
  "keywords": [
    "Gemfile",
    "Gemfile.lock",
    "parser",
    "Ruby",
    "Rails",
    "Gems",
    "RubyGems"
  ],
  "author": "Trey Cordova",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "sinon": "^7.1.1"
  },
  "engines": {
    "node": ">= 4.2.4"
  },
  "version": "1.3.0"
}
