serverless/lib/plugins/create/package.json
2016-05-23 00:30:56 +02:00

14 lines
245 B
JSON

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