summaryrefslogtreecommitdiff
path: root/src/fauxton/package.json
blob: 5b636750298f81dc4a55766325f8cd49a803ee11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "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.10.2"
  },
  "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"
}