summaryrefslogtreecommitdiffstats
path: root/coffee/package.json
blob: 941999bca1a1ef6cf4019f1d04db85df051ff310 (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
{
  "name": "owncloud-news-app",
  "description": "ownCloud RSS reader app",
  "version": "0.0.1",
  "author": "ownCloud <owncloud@kde.org>",
  "private": true,
  "contributors": [
    {
      "name": "Alessandro Cosentino",
      "email": "cosenal@gmail.com"
    },
    {
      "name": "Bernhard Posselt",
      "email": "nukeawhale@gmail.com"
    }
  ],
  "devDependencies": {
    "grunt": "~0.4.0rc8",
    "grunt-cli": "~0.1.6",
    "coffee-script": "~1.4.0",
    "grunt-contrib-coffee": "~0.4.0rc7",
    "grunt-contrib-concat": "~0.1.2rc6",
    "grunt-contrib-watch": "~0.2.0rc7",
    "grunt-coffeelint": "0.0.4",
    "gruntacular": "~0.1.1"
  },
  "engine": "node >= 0.8"
}