Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraimund-schluessler <raimund.schluessler@googlemail.com>2014-03-28 23:11:56 +0400
committerraimund-schluessler <raimund.schluessler@googlemail.com>2014-03-28 23:11:56 +0400
commita649adbbef8e6ece7c47a225485368b922d8afe8 (patch)
tree9833f7d9768c9196f449ec6dea32525b28029311 /js/package.json
Initial Commit
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/js/package.json b/js/package.json
new file mode 100644
index 00000000..6c89a401
--- /dev/null
+++ b/js/package.json
@@ -0,0 +1,34 @@
+{
+ "name": "task",
+ "description": "ownCloud Task App",
+ "version": "0.1",
+ "author": {
+ "name": "Raimund Schlüßler",
+ "email": "raimund.schluessler@googlemail.com"
+ },
+ "private": true,
+ "homepage": "",
+ "repository": {
+ "type": "git",
+ "url": "git@github.com:owncloud/tast.git"
+ },
+ "bugs": "https://github.com/owncloud/task/issues",
+ "contributors": [],
+ "dependencies": {},
+ "devDependencies": {
+ "grunt": "~0.4.1",
+ "grunt-cli": "~0.1.6",
+ "coffee-script": "~1.4.0",
+ "grunt-contrib-coffee": "~0.7.0",
+ "grunt-contrib-less": "~0.6.4",
+ "grunt-contrib-concat": "~0.1.2",
+ "grunt-contrib-watch": "~0.2.0",
+ "grunt-coffeelint": "0.0.6",
+ "grunt-wrap": "~0.2.0",
+ "phantomjs": "~1.8.1-3",
+ "grunt-phpunit": "0.2.0",
+ "gruntacular": "~0.3.0",
+ "grunt-karma": "~0.4.5"
+ },
+ "engine": "node >= 0.8"
+}