summaryrefslogtreecommitdiff
path: root/type-parser/package.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-12-24 20:19:20 +0100
committerEugen Wissner <belka@caraus.de>2018-12-24 20:19:20 +0100
commit0e8f395f7a9c422860f3f4c161788aca009d9889 (patch)
treedf35f0f572432fcd9814b30d7dab8787ee409174 /type-parser/package.json
parent714245fcb0303249c14bd4737c1927103b106b0c (diff)
downloadcucumber-js-demo-0e8f395f7a9c422860f3f4c161788aca009d9889.tar.gz
Create a branch with custom parameters
Diffstat (limited to 'type-parser/package.json')
-rw-r--r--type-parser/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/type-parser/package.json b/type-parser/package.json
new file mode 100644
index 0000000..c6f3f70
--- /dev/null
+++ b/type-parser/package.json
@@ -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"
+ }
+}