-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.18 KB
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
{ "name" : "futon"
, "description" : "command line futon"
, "homepage" : "http://github.com/dscape/futoncli"
, "repository" : "git://github.com/dscape/futoncli"
, "version" : "0.1.3"
, "author" : "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)"
, "contributors" :
[ "Joshua Holbrook (http://jesusabdullah.github.com)"
, "Pavan Sunkara (http://pksunkara.github.com)"
, "Julian Duque (https://github.com/julianduque)"
]
, "keywords" :
["couchdb", "data", "request", "json", "nosql", "micro", "nano", "database"]
, "dependencies" :
{ "nano" : "3.0.x"
, "flatiron" : "0.3.x"
, "colors" : "0.6.x"
, "concat-stream" : "1.2.x"
, "flatiron-cli-config" : "0.1.x"
, "flatiron-cli-version" : "0.1.x"
}
, "devDependencies" :
{ "request" : "2.9.x"
, "picture-tube" : "0.0.x"
, "specify" : "1.2.x"
, "nixt" : "0.0.x"
}
, "scripts" : { "test": "./node_modules/.bin/specify -r compact" }
, "main" : "./futoncli.js"
, "bin" : { "futon": "./bin/futon" }
, "engines" : { "node": ">=0.4.x" }
}