{
  "name": "aws-arn-parser",
  "description": "Parser for Amazon Resource Name strings",
  "version": "1.0.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/sandfox/aws-arn-parser.git#v1"
  },
  "main": "lib/aws-arn-parser.js",
  "keywords": [
    "amazon",
    "aws",
    "parser",
    "arn"
  ],
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "devDependencies": {
    "tap": "^5.7.0"
  },
  "bugs": "https://github.com/sandfox/aws-arn-parser/issues",
  "engines": {
    "node": ">=0.8.0"
  },
  "license": "MIT",
  "author": {
    "name": "James Butler",
    "email": "james.butler@sandfox.co.uk",
    "url": "https://github.com/sandfox/"
  }
}
