summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 48cd8aa3d0128a65ce9596d05f66a5a00365e558 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "zalmy",
  "version": "0.2.0",
  "description": "Psalms reader",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/mcepl/zalmy.git"
  },
  "keywords": [
    "psalms",
    "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"
  }
}