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

package.json « js - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e854f263dafaeaecef08bbbdcbd8e4a154cd8755 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "name": "tasks",
  "description": "Nextcloud - Tasks",
  "version": "0.9.6",
  "author": {
    "name": "Raimund Schlüßler",
    "email": "raimund.schluessler@googlemail.com"
  },
  "license": "AGPLv3",
  "private": true,
  "homepage": "https://github.com/nextcloud/tasks",
  "scripts": {
    "test": "node node_modules/gulp-cli/bin/gulp.js karma",
    "prebuild": "npm install && npm upgrade",
    "build": "node node_modules/gulp-cli/bin/gulp.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:nextcloud/tasks.git"
  },
  "bugs": "https://github.com/nextcloud/tasks/issues",
  "contributors": [],
  "dependencies": {
    "angular": "1.5.5",
    "angular-animate": "1.5.5",
    "angular-drag-and-drop-lists": "git+https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#2.1.0",
    "angular-route": "1.5.5",
    "angular-sanitize": "1.5.5",
    "ical.js": "~1.2.2",
    "jstimezonedetect": "",
    "ui-select": "git+https://github.com/angular-ui/ui-select.git#v0.19.8"
  },
  "devDependencies": {
    "babel-core": "6.26.3",
    "babel-preset-es2015": "^6.14.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.1",
    "gulp-cli": "^2.0.1",
    "gulp-concat": "^2.6.1",
    "gulp-jshint": "^2.1.0",
    "gulp-ng-annotate": "^2.1.0",
    "gulp-npm-files": "^0.1.3",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-strip-banner": "0.0.2",
    "gulp-stylelint": "^7.0.0",
    "gulp-svg-sprite": "1.4.0",
    "gulp-uglify": "^3.0.0",
    "gulp-wrap": "^0.14.0",
    "jshint": "^2.9.5",
    "karma": "^2.0.3",
    "stylelint": "^9.3.0",
    "stylelint-config-standard": "^18.2.0",
    "stylelint-scss": "^3.1.3"
  },
  "engines": {
    "node": ">=6"
  }
}