summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 0fea199626183d7486b661eb323456d80d223a75 (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
{
  "name": "contacts",
  "version": "0.1.0",
  "description": "Place this app in **owncloud/apps/**",
  "author": {
    "name": "Hendrik Leppelsack",
    "email": "hendrik@leppelsack.de"
  },
  "private": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/owncloud/contacts.git"
  },
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/owncloud/contacts/issues"
  },
  "homepage": "https://github.com/owncloud/contacts#readme",
  "devDependencies": {
	  "gulp": "^3.9.0",
      "gulp-concat": "^2.6.0",
      "gulp-eslint": "^2.0.0",
      "gulp-ng-annotate": "^2.0.0",
      "gulp-sourcemaps": "^1.6.0",
      "bower": ""
  }
}