summaryrefslogtreecommitdiffstats
path: root/js/package.json
blob: 269ae3f5e85d0a380889d08e8f68fc8a25cf74d2 (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
39
40
41
42
43
44
45
46
47
48
49
{
  "name": "ownCloud-news",
  "version": "0.0.0",
  "description": "An RSS/Atom feed reader",
  "main": "build/app.js",
  "scripts": {
    "test": "grunt ci-unit"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/owncloud/news"
  },
  "keywords": [
    "rss",
    "atom",
    "feed",
    "reader",
    "owncloud",
    "app"
  ],
  "author": "Bernhard Posselt",
  "license": "AGPL",
  "bugs": {
    "url": "https://github.com/owncloud/news/issues"
  },
  "homepage": "https://github.com/owncloud/news",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-concat": "^0.4.0",
    "grunt-contrib-connect": "^0.7.1",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-karma": "^0.8.3",
    "grunt-ngmin": "0.0.3",
    "grunt-phpunit": "^0.3.3",
    "grunt-protractor-runner": "^0.2.4",
    "grunt-protractor-webdriver": "^0.1.6",
    "grunt-traceur": "^0.1.2",
    "grunt-wrap": "^0.3.0",
    "karma": "^0.12.16",
    "karma-chrome-launcher": "^0.1.3",
    "karma-coverage": "^0.2.1",
    "karma-firefox-launcher": "^0.1.3",
    "karma-jasmine": "^0.1.5",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-traceur-preprocessor": "^0.2.2",
    "traceur": "0.0.42"
  }
}