summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 09:01:34 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 09:02:26 +0100
commit1bacdd19d6aa4760ed65d29eaaa6cd3dfebe6627 (patch)
tree66fec5137d4e416a7097860ec486a871ebb0504f /js/package.json
parent0a97b588d0fbb677614961a7b77aed77aa160014 (diff)
add php server to grunt
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json95
1 files changed, 48 insertions, 47 deletions
diff --git a/js/package.json b/js/package.json
index 13bdcb0e6..4de6dd2de 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,49 +1,50 @@
{
- "name": "ownCloud-news",
- "version": "4.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.5.0",
- "grunt-contrib-connect": "^0.8.0",
- "grunt-contrib-cssmin": "^0.10.0",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-contrib-uglify": "^0.6.0",
- "grunt-contrib-watch": "^0.6.1",
- "grunt-karma": "^0.9.0",
- "grunt-ng-annotate": "^0.4.0",
- "grunt-phpunit": "^0.3.6",
- "grunt-protractor-runner": "^1.1.4",
- "grunt-protractor-webdriver": "^0.1.9",
- "grunt-wrap": "^0.3.0",
- "karma": "^0.12.24",
- "karma-chrome-launcher": "^0.1.5",
- "karma-coverage": "^0.2.6",
- "karma-firefox-launcher": "^0.1.3",
- "karma-jasmine": "^0.2.3",
- "karma-phantomjs-launcher": "^0.1.4"
- },
- "dependencies": {}
+ "name": "ownCloud-news",
+ "version": "4.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.5.0",
+ "grunt-contrib-connect": "^0.8.0",
+ "grunt-contrib-cssmin": "^0.10.0",
+ "grunt-contrib-jshint": "^0.10.0",
+ "grunt-contrib-uglify": "^0.6.0",
+ "grunt-contrib-watch": "^0.6.1",
+ "grunt-karma": "^0.9.0",
+ "grunt-ng-annotate": "^0.4.0",
+ "grunt-php": "^1.1.1",
+ "grunt-phpunit": "^0.3.6",
+ "grunt-protractor-runner": "^1.1.4",
+ "grunt-protractor-webdriver": "^0.1.9",
+ "grunt-wrap": "^0.3.0",
+ "karma": "^0.12.24",
+ "karma-chrome-launcher": "^0.1.5",
+ "karma-coverage": "^0.2.6",
+ "karma-firefox-launcher": "^0.1.3",
+ "karma-jasmine": "^0.2.3",
+ "karma-phantomjs-launcher": "^0.1.4"
+ },
+ "dependencies": {}
}