source: trip-planner-front/node_modules/select-hose/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 822 bytes
Line 
1{
2 "name": "select-hose",
3 "version": "2.0.0",
4 "description": "Select protocol using first bytes of incoming data and hose stuff to the handler",
5 "main": "lib/hose.js",
6 "scripts": {
7 "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+ssh://git@github.com/indutny/select-hose.git"
12 },
13 "keywords": [
14 "hose",
15 "select",
16 "balance"
17 ],
18 "author": "Fedor Indutny <fedor@indutny.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/indutny/select-hose/issues"
22 },
23 "homepage": "https://github.com/indutny/select-hose#readme",
24 "devDependencies": {
25 "handle-thing": "^1.2.0",
26 "jscs": "^1.13.1",
27 "jshint": "^2.8.0",
28 "mocha": "^2.2.5",
29 "stream-pair": "^1.0.3"
30 }
31}
Note: See TracBrowser for help on using the repository browser.