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: 26a62065f9c294e5f142e603e0096bd1c24a88ec (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
{
  "name": "tasks",
  "description": "Nextcloud - Tasks",
  "version": "0.9.5",
  "author": {
    "name": "Raimund Schlüßler",
    "email": "raimund.schluessler@googlemail.com"
  },
  "private": true,
  "homepage": "",
  "scripts": {
    "test": "node node_modules/grunt-cli/bin/grunt karma",
    "prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
    "build": "node node_modules/grunt-cli/bin/grunt build"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:nextcloud/tasks.git"
  },
  "bugs": "https://github.com/nextcloud/tasks/issues",
  "contributors": [],
  "dependencies": {},
  "devDependencies": {
    "bower": "*",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-jshint": "^1.0.0",
    "jshint-stylish": "^2.2.1",
    "grunt-concurrent": "^2.3.1",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-karma": "^2.0.0",
    "grunt-wrap": "^0.3.0"
  },
  "engines": {
    "node": ">=6"
  }
}