source: trip-planner-front/node_modules/media-typer/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: 759 bytes
Line 
1{
2 "name": "media-typer",
3 "description": "Simple RFC 6838 media type parser and formatter",
4 "version": "0.3.0",
5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
6 "license": "MIT",
7 "repository": "jshttp/media-typer",
8 "devDependencies": {
9 "istanbul": "0.3.2",
10 "mocha": "~1.21.4",
11 "should": "~4.0.4"
12 },
13 "files": [
14 "LICENSE",
15 "HISTORY.md",
16 "index.js"
17 ],
18 "engines": {
19 "node": ">= 0.6"
20 },
21 "scripts": {
22 "test": "mocha --reporter spec --check-leaks --bail test/",
23 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
24 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
25 }
26}
Note: See TracBrowser for help on using the repository browser.