You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by me...@apache.org on 2013/04/17 22:06:13 UTC

git commit: updated refs/heads/master to 993ae3c

Updated Branches:
  refs/heads/master 63b781fe8 -> 993ae3c40


fix package.json for fauxton


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/993ae3c4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/993ae3c4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/993ae3c4

Branch: refs/heads/master
Commit: 993ae3c40012d64e70bb18a4e1a137f757fb4b89
Parents: 63b781f
Author: Simon Metson <me...@apache.org>
Authored: Wed Apr 17 21:02:32 2013 +0100
Committer: Simon Metson <me...@apache.org>
Committed: Wed Apr 17 21:02:32 2013 +0100

----------------------------------------------------------------------
 src/fauxton/package.json |   50 ++++++++++++++++++++++++++++++++++------
 1 files changed, 42 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/993ae3c4/src/fauxton/package.json
----------------------------------------------------------------------
diff --git a/src/fauxton/package.json b/src/fauxton/package.json
index a6d746c..2a09f69 100644
--- a/src/fauxton/package.json
+++ b/src/fauxton/package.json
@@ -1,9 +1,43 @@
 {
-  "name": "WickedCool",
-  "licenses": [
-    {
-      "type": "Apache",
-      "url": "undefined/blob/master/LICENSE-Apache"
-    }
-  ]
-}
\ No newline at end of file
+  "name": "fauxton",
+  "version": "0.1.0",
+  "description": "Fauxton is a modular CouchDB dashboard and Futon replacement.",
+  "main": "grunt.js",
+  "directories": {
+    "test": "test"
+  },
+  "dependencies": {
+    "async": "~0.2.6",
+    "grunt": "~0.4.1",
+    "grunt-cli": "~0.1.6",
+    "couchapp": "~0.9.1",
+    "grunt-contrib": "~0.5.0",
+    "grunt-contrib-cssmin": "~0.5.0",
+    "grunt-contrib-uglify": "~0.2.0",
+    "grunt-couchapp": "~0.1.0",
+    "grunt-exec": "~0.4.0",
+    "grunt-init": "~0.2.0",
+    "grunt-jasmine-task": "~0.2.3",
+    "grunt-requirejs": "~0.3.3",
+    "underscore": "~1.4.2",
+    "url": "~0.7.9",
+    "urls": "~0.0.3",
+    "express": "~3.0.6",
+    "http-proxy": "~0.9.1"
+  },
+  "devDependencies": {},
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/couchdb.git"
+  },
+  "keywords": [
+    "couchdb",
+    "futon",
+    "fauxton"
+  ],
+  "author": "",
+  "license": "Apache V2"
+}