summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 03:00:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 03:00:53 +0200
commit3ce894af1e72c9488b8cb3340fd61656122f7d50 (patch)
treea603121e8b1e860201370399f8095121cd9c6bf7 /js/package.json
parent10d76fff64363ea59d916b550854cf3540dadfbc (diff)
use markdown, refactor js
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/js/package.json b/js/package.json
deleted file mode 100644
index 0b9c906f3..000000000
--- a/js/package.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "owncloud-news",
- "description": "ownCloud News App",
- "version": "0.0.1",
- "author": {
- "name": "Bernhard Posselt",
- "email": "dev@bernhard-posselt.com"
- },
- "private": true,
- "homepage": "https://github.com/owncloud/news",
- "repository": {
- "type": "git",
- "url": "git@github.com:owncloud/news.git"
- },
- "bugs": "https://github.com/owncloud/news/issues",
- "contributors": [],
- "dependencies": {},
- "devDependencies": {
- "bower": "*",
- "grunt": "*",
- "grunt-cli": "*",
- "coffee-script": "*",
- "grunt-contrib-concat": "*",
- "grunt-contrib-watch": "*",
- "grunt-coffeelint": "*",
- "grunt-karma": "*",
- "grunt-wrap": "*",
- "grunt-phpunit": "*",
- "karma-jasmine": "*",
- "karma-phantomjs-launcher": "*",
- "karma-chrome-launcher": "*",
- "karma-firefox-launcher": "*"
- },
- "engine": "node >= 0.8"
-}