source: trip-planner-front/node_modules/npm-normalize-package-bin/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: 575 bytes
Line 
1{
2 "name": "npm-normalize-package-bin",
3 "version": "1.0.1",
4 "description": "Turn any flavor of allowable package.json bin into a normalized object",
5 "repository": "git+https://github.com/npm/npm-normalize-package-bin",
6 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
7 "license": "ISC",
8 "scripts": {
9 "test": "tap",
10 "snap": "tap",
11 "preversion": "npm test",
12 "postversion": "npm publish",
13 "postpublish": "git push origin --follow-tags"
14 },
15 "tap": {
16 "check-coverage": true
17 },
18 "devDependencies": {
19 "tap": "^14.10.2"
20 }
21}
Note: See TracBrowser for help on using the repository browser.