Philipp Muens 7401ab2de7 Add PluginManagement class
Add basic functionality for the PluginManagement class.
Refs #1118 and #1116.
2016-05-17 20:08:24 +02:00

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"
}
}