diff options
author | Simon Metson <metson@apache.org> | 2013-04-17 21:02:32 +0100 |
---|---|---|
committer | Simon Metson <metson@apache.org> | 2013-04-17 21:02:32 +0100 |
commit | 993ae3c40012d64e70bb18a4e1a137f757fb4b89 (patch) | |
tree | 8c15889562129c72591aa794fa541eb6f8bd6808 | |
parent | 63b781fe85b1598dec8f5de4f0dc345b74ee7f35 (diff) | |
download | couchdb-993ae3c40012d64e70bb18a4e1a137f757fb4b89.tar.gz |
fix package.json for fauxton
-rw-r--r-- | src/fauxton/package.json | 50 |
1 files changed, 42 insertions, 8 deletions
diff --git a/src/fauxton/package.json b/src/fauxton/package.json index a6d746c7f..2a09f6902 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" +} |