summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 04:36:40 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 04:36:40 +0200
commit04e421cf2f4f801d7e5e6b1fbdb8221855ad4613 (patch)
tree4a5e0b5a447ed75813fd4ef92c35f2e2fb4f1ac8 /js/package.json
parentadb9dfeb350bdb92e998fefc2827ffe8b58256a2 (diff)
add basic files for js rewrite
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/js/package.json b/js/package.json
new file mode 100644
index 000000000..fb9bb0bf6
--- /dev/null
+++ b/js/package.json
@@ -0,0 +1,42 @@
+{
+ "name": "ownCloud-news",
+ "version": "0.0.0",
+ "description": "An RSS/Atom feed reader",
+ "main": "build/app.js",
+ "scripts": {
+ "test": "grunt ci"
+ },
+ "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-jshint": "^0.10.0",
+ "grunt-contrib-watch": "^0.6.1",
+ "grunt-jslint": "^1.1.11",
+ "grunt-karma": "^0.8.3",
+ "grunt-ngmin": "0.0.3",
+ "grunt-phpunit": "^0.3.3",
+ "grunt-wrap": "^0.3.0",
+ "karma": "^0.12.16",
+ "karma-coverage": "^0.2.1",
+ "karma-jasmine": "^0.1.5",
+ "karma-phantomjs-launcher": "^0.1.4"
+ }
+}