summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-18 11:49:26 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-18 11:49:26 +0100
commit8c5bf6f3173ce84c11cd1e0a77c30b71c3463d52 (patch)
tree77043acda22b45e6f0c1cd10a5246a30dbc6659c /js/package.json
parent2eec5da48cb0ac1833a92ab73eb5bff68e7c84f7 (diff)
added rewritten js from appframwork-js branch
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/js/package.json b/js/package.json
new file mode 100644
index 000000000..4dfc670ac
--- /dev/null
+++ b/js/package.json
@@ -0,0 +1,33 @@
+{
+ "name": "owncloud-news",
+ "description": "ownCloud News App",
+ "version": "0.0.1",
+ "author": {
+ "name": "Bernhard Posselt",
+ "email": "nukeawhale@gmail.com"
+ },
+ "private": true,
+ "homepage": "https://github.com/owncloud/apps/tree/news/",
+ "repository": {
+ "type": "git",
+ "url": "git@github.com:owncloud/apps.git"
+ },
+ "bugs": "https://github.com/owncloud/apps/issues",
+ "contributors": [],
+ "dependencies": {},
+ "devDependencies": {
+ "grunt": "~0.4.0",
+ "grunt-cli": "~0.1.6",
+ "coffee-script": "~1.4.0",
+ "grunt-contrib-coffee": "~0.4",
+ "grunt-contrib-concat": "~0.1.2",
+ "grunt-contrib-watch": "~0.2.0",
+ "grunt-coffeelint": "0.0.6",
+ "gruntacular": "~0.1.1",
+ "grunt-wrap": "~0.2.0",
+ "testacular": "~0.4.0",
+ "phantomjs": "~1.8.1-3",
+ "grunt-phpunit": "0.2.0"
+ },
+ "engine": "node >= 0.8"
+}