Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3079e297aee1cdc5f4026a96af886536ae81d4f7 (plain)
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
41
42
43
{
  "name": "issuetemplate",
  "version": "0.4.0",
  "description": "Issue reporting app for Nextcloud",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack --progress --hot --config js/webpack.config.js --watch",
    "build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config js/webpack.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/juliushaertl/issuetemplate.git"
  },
  "author": "Julius Härtl",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/juliushaertl/issuetemplate/issues"
  },
  "homepage": "https://github.com/juliushaertl/issuetemplate#readme",
  "dependencies": {
    "vue": "^2.5.13",
    "vue-form-generator": "^2.1.1",
    "vue-form-wizard": "^0.8.2"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.0",
    "cross-env": "^5.1.3",
    "css-loader": "^0.28.8",
    "file-loader": "^1.1.6",
    "vue-hot-reload-api": "^2.2.4",
    "vue-loader": "^13.7.0",
    "vue-template-compiler": "^2.5.13",
    "webpack": "^3.6.0",
    "webpack-dev-server": "^2.11.0"
  }
}