summaryrefslogtreecommitdiffstats
path: root/package.json
blob: cb835f332b6802f2882a5f8816f334e1add73b96 (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
{
  "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-jshint": "^1.11.2"
  }
}