aafrey c7db0faab4 Adding CoffeeScript base example
Adding CoffeeScript base
2017-04-10 22:17:35 +01:00

17 lines
311 B
JSON

{
"name": "NodejsBase",
"version": "1.0.0",
"description": "",
"main": "faas_index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"coffeescript": "^1.12.4",
"get-stdin": "^5.0.1"
}
}