1
0
cucumber-js-demo/assertion/package.json

17 lines
308 B
JSON
Raw Normal View History

2018-12-31 07:44:25 +01:00
{
"name": "assertion",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cucumber-js"
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"devDependencies": {
"chai": "^4.2.0",
"cucumber": "^5.0.3",
"expect": "^23.6.0"
}
}