UNPKG

1.4 kBJSONView Raw
1{
2 "name": "ciao",
3 "preferGlobal": true,
4 "private": false,
5 "version": "2.0.0",
6 "description": "Ciao is a simple command line utility for testing http(s) requests and generating API documentation",
7 "contributors": [
8 {
9 "name": "Peter Johnson",
10 "email": "insomnia@rcpt.at"
11 },
12 {
13 "name": "Fabrizio Moscon",
14 "email": "mosconfabrizio@gmail.com"
15 }
16 ],
17 "dependencies": {
18 "async": "^1.4.2",
19 "cheerio": "^0.19.0",
20 "coffee-script": "^1.10.0",
21 "commander": "^2.8.1",
22 "deepmerge": "^1.3.2",
23 "mkdirp": "^0.5.1",
24 "qs": "^5.1.0",
25 "should": "^7.1.0",
26 "should-http": "0.0.4",
27 "walk": "^2.3.9",
28 "winston": "^1.0.1"
29 },
30 "bin": {
31 "ciao": "./bin/ciao"
32 },
33 "scripts": {
34 "test": "export NODE_PATH=`pwd` && node node_modules/mocha/bin/mocha --recursive --reporter spec --compilers coffee:coffee-script/register test",
35 "ciao": "export NODE_PATH=`pwd` && rm -rf doc && mkdir doc && ./bin/ciao -d doc scripts"
36 },
37 "devDependencies": {
38 "mocha": "^2.3.2"
39 },
40 "readme": "# Ciao\n\nCiao is a simple command line utility for testing http(s) requests and generating API documentation.\n\nFull documentation: http://missinglink.github.com/ciao/",
41 "engines": {
42 "node": ">0.6.0",
43 "npm": ">1.1.x"
44 },
45 "repository": {
46 "type": "git",
47 "url": "https://github.com/missinglink/ciao.git"
48 }
49}