aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..e1824a3
--- /dev/null
+++ b/package.json
@@ -0,0 +1,40 @@
+{
+ "name": "hesla",
+ "version": "0.2.0",
+ "description": "Losungen reader",
+ "repository": {
+ "type": "git",
+ "url": "https://gitlab.com/mcepl/hesla.git"
+ },
+ "keywords": [
+ "hesla",
+ "reader",
+ "mobile"
+ ],
+ "author": "Matěj Cepl <mcepl@cepl.eu>",
+ "license": "MIT",
+ "devDependencies": {
+ "babel-core": "~6.1.21",
+ "babel-cli": "~6.1.18",
+ "babel-preset-es2015": "~6.1.18",
+ "babel-plugin-transform-es2015-literals": "~6.1.18",
+ "babel-plugin-transform-es2015-modules-amd": "~6.1.18",
+ "babel-plugin-transform-es2015-destructuring": "~6.1.18",
+ "babel-plugin-transform-es2015-modules-commonjs": "~6.1.20",
+ "babel-plugin-transform-es2015-modules-umd": "~6.1.18",
+ "babel-plugin-transform-es2015-parameters": "~6.1.18",
+ "babel-plugin-transform-es2015-computed-properties": "~6.1.18",
+ "babel-plugin-transform-es2015-unicode-regex": "~6.1.18",
+ "babel-plugin-transform-es2015-modules-systemjs": "~6.1.18",
+ "babel-plugin-transform-es2015-object-super": "~6.1.18",
+ "babel-plugin-transform-es2015-function-name": "~6.1.18",
+ "babel-plugin-transform-es2015-classes": "~6.1.21",
+ "babel-plugin-transform-es2015-block-scoped-functions": "~6.1.18",
+ "babel-plugin-transform-es2015-template-literals": "~6.1.18",
+ "babel-plugin-transform-es2015-sticky-regex": "~6.1.18",
+ "babel-plugin-transform-es2015-shorthand-properties": "~6.1.18",
+ "babel-plugin-transform-es2015-typeof-symbol": "~6.1.18",
+ "babel-plugin-transform-es2015-block-scoping": "~6.1.18",
+ "babel-plugin-transform-es2015-spread": "~6.1.18"
+ }
+}