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: a958541a5c342b9c58ab00dcfccbecd37fc468a0 (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
{
  "name": "task",
  "description": "ownCloud Task App",
  "version": "0.9.0",
  "author": {
    "name": "Raimund Schlüßler",
    "email": "raimund.schluessler@googlemail.com"
  },
  "private": true,
  "homepage": "",
  "repository": {
    "type": "git",
    "url": "git@github.com:owncloud/tasks.git"
  },
  "bugs": "https://github.com/owncloud/tasks/issues",
  "contributors": [],
  "dependencies": {},
  "devDependencies": {
    "bower": "*",
    "coffee-script": "~1.4.0",
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.6",
    "grunt-coffeelint": "0.0.6",
    "grunt-concurrent": "~1.0.0",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-concat": "~0.1.2",
    "grunt-contrib-less": "~0.6.4",
    "grunt-contrib-watch": "~0.2.0",
    "grunt-karma": "~0.4.5",
    "grunt-newer": "~1.1.1",
    "grunt-phpdocumentor": "^0.4.1",
    "grunt-phpunit": "0.2.0",
    "grunt-wrap": "~0.2.0",
    "phantomjs": "~1.8.1-3"
  },
  "engine": "node >= 0.8"
}