is-aws-account-id
Version:
Check if a string is an AWS Account ID
34 lines (33 loc) • 597 B
JSON
{
"name": "is-aws-account-id",
"version": "1.0.0",
"description": "Check if a string is an AWS Account ID",
"license": "MIT",
"repository": "SamVerschueren/is-aws-account-id",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
"url": "github.com/SamVerschueren"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"aws",
"account",
"accountid",
"id",
"amazon",
"webservices"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}