nbb-lambda-adapter
Version:
NPM package to enable running Clojurescript code on AWS Lambda NodeJS runtime
28 lines (27 loc) • 691 B
JSON
{
"name": "nbb-lambda-adapter",
"version": "0.0.4",
"description": "NPM package to enable running Clojurescript code on AWS Lambda NodeJS runtime",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vharmain/nbb-lambda-adapter.git"
},
"keywords": [
"Clojurescript",
"aws-Lambda",
"nbb"
],
"author": "Valtteri Harmainen",
"license": "MIT",
"bugs": {
"url": "https://github.com/vharmain/nbb-lambda-adapter/issues"
},
"homepage": "https://github.com/vharmain/nbb-lambda-adapter#readme",
"dependencies": {
"nbb": "^0.0.107"
}
}