1
0

Create a branch with custom parameters

This commit is contained in:
2018-12-24 20:19:20 +01:00
parent 714245fcb0
commit 0e8f395f7a
4 changed files with 775 additions and 0 deletions

15
type-parser/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "type-parser",
"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"
}
}