mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"name": "serverless-plugins-hello-world",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha ./tests/HelloWorld.js"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"mocha": "^2.4.5"
|
|
}
|
|
}
|