source: trip-planner-front/node_modules/destroy/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: 870 bytes
Line 
1{
2 "name": "destroy",
3 "description": "destroy a stream if possible",
4 "version": "1.0.4",
5 "author": {
6 "name": "Jonathan Ong",
7 "email": "me@jongleberry.com",
8 "url": "http://jongleberry.com",
9 "twitter": "https://twitter.com/jongleberry"
10 },
11 "contributors": [
12 "Douglas Christopher Wilson <doug@somethingdoug.com>"
13 ],
14 "license": "MIT",
15 "repository": "stream-utils/destroy",
16 "devDependencies": {
17 "istanbul": "0.4.2",
18 "mocha": "2.3.4"
19 },
20 "scripts": {
21 "test": "mocha --reporter spec",
22 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
23 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
24 },
25 "files": [
26 "index.js",
27 "LICENSE"
28 ],
29 "keywords": [
30 "stream",
31 "streams",
32 "destroy",
33 "cleanup",
34 "leak",
35 "fd"
36 ]
37}
Note: See TracBrowser for help on using the repository browser.