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
|
{
"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.1.22",
"grunt": "~0.3.17",
"bbb": "0.1.16",
"couchapp": "0.9.1",
"grunt-contrib": "0.0.8",
"grunt-contrib-copy": "~0.3.2",
"grunt-couchapp": "~0.1.0",
"grunt-exec": "~0.3.0",
"grunt-jasmine-task": "~0.2.0",
"underscore": "~1.4.2",
"url": "~0.7.9",
"urls": "~0.0.3",
"express": "~3.0.0",
"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"
}
|