UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@mapbox/cloudfriend",
3 "version": "1.10.0",
4 "description": "Helper functions for assembling CloudFormation templates in JavaScript",
5 "main": "index.js",
6 "engines": {
7 "node": "^4.0.0||>=6.0.0"
8 },
9 "scripts": {
10 "pretest": "eslint index.js test lib bin cloudformation",
11 "test": "nyc tape test/*.test.js",
12 "coverage": "nyc --reporter html tape test/*.test.js && opener coverage/index.html",
13 "build-ci-template": "bin/build-template.js cloudformation/ci.template.js > cloudformation/ci.template.json"
14 },
15 "bin": {
16 "build-template": "bin/build-template.js",
17 "validate-template": "bin/validate-template.js"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/mapbox/cloudfriend.git"
22 },
23 "keywords": [
24 "AWS",
25 "CloudFormation"
26 ],
27 "author": "Mapbox",
28 "license": "ISC",
29 "bugs": {
30 "url": "https://github.com/mapbox/cloudfriend/issues"
31 },
32 "homepage": "https://github.com/mapbox/cloudfriend#readme",
33 "devDependencies": {
34 "eslint": "^3.2.0",
35 "nyc": "^7.1.0",
36 "opener": "^1.4.1",
37 "tape": "^4.6.0"
38 },
39 "dependencies": {
40 "aws-sdk": "^2.4.11"
41 }
42}