Jocelyn Badgley (Twipped) 3793c0f363 Adding terraform config
This currently just redirects to the old bible, but at least everything is up and running
2020-02-13 09:46:46 -08:00

20 lines
423 B
JSON

{
"name": "decorate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
"license": "MIT",
"dependencies": {
"cloudfront-log-parser": "~1.1.0",
"date-fns": "~2.9.0",
"ua-parser-js": "~0.7.21"
},
"engines": {
"node": ">=12.14.0"
}
}