UNPKG

@sandfox/arn

Version:

Parser for Amazon Resource Name strings

35 lines (34 loc) 683 B
{ "name": "@sandfox/arn", "description": "Parser for Amazon Resource Name strings", "version": "2.1.0", "repository": { "type": "git", "url": "git://github.com/sandfox/aws-arn-parser.git" }, "main": "src/arn.js", "types": "types", "keywords": [ "amazon", "aws", "parser", "arn" ], "directories": { "lib": "src", "test": "test" }, "scripts": { "dtslint": "dtslint types", "test": "node test/*.js" }, "devDependencies": { "dtslint": "^0.4.2" }, "bugs": "https://github.com/sandfox/aws-arn-parser/issues", "license": "MIT", "author": { "name": "James Butler", "email": "github@sandfox.co.uk" } }