UNPKG

831 BJSONView Raw
1{
2 "name": "ec2-check",
3 "version": "0.0.3",
4 "description": "A CLI tool to check whether your AWS EC2 instances are encrypted.",
5 "main": "index.js",
6 "bin": {
7 "ec2-check": "./index.js"
8 },
9 "scripts": {
10 "test": "npm test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/Kyle1668/ec2-check.git"
15 },
16 "keywords": [
17 "aws",
18 "ec2",
19 "encryption",
20 "security",
21 "amazon",
22 "web",
23 "services"
24 ],
25 "author": "Kyle O'Brien",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/Kyle1668/ec2-check/issues"
29 },
30 "homepage": "https://github.com/Kyle1668/ec2-check#readme",
31 "devDependencies": {
32 "eslint": "^5.4.0",
33 "prettier": "^1.14.2"
34 },
35 "dependencies": {
36 "babel-eslint": "^8.2.6",
37 "chalk": "^2.4.1",
38 "commander": "^2.17.1"
39 }
40}