summaryrefslogtreecommitdiff
path: root/async/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'async/package.json')
-rw-r--r--async/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/async/package.json b/async/package.json
new file mode 100644
index 0000000..d9d9be8
--- /dev/null
+++ b/async/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "async",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "cucumber-js --require-module '@babel/register'"
+ },
+ "author": "Eugen Wissner <belka@caraus.de>",
+ "license": "MPL-2.0",
+ "dependencies": {
+ "@babel/core": "^7.1.2",
+ "@babel/preset-env": "^7.1.0",
+ "@babel/register": "^7.0.0",
+ "axios": "^0.18.0",
+ "babel-loader": "^8.0.4",
+ "chai": "^4.2.0",
+ "cucumber": "^5.0.2",
+ "express": "^4.16.4"
+ }
+}