2016-05-24 20:18:21 +02:00

14 lines
278 B
JSON

{
"name": "serverless-aws-resources-deploy-plugin",
"version": "0.0.1",
"description": "",
"license": "MIT",
"scripts": {
"test": "node_modules/.bin/mocha ./tests/awsResourcesDeploy.js"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}