source: trip-planner-front/node_modules/npm-run-path/package.json@ eed0bf8

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

initial commit

  • Property mode set to 100644
File size: 754 bytes
Line 
1{
2 "name": "npm-run-path",
3 "version": "2.0.2",
4 "description": "Get your PATH prepended with locally installed binaries",
5 "license": "MIT",
6 "repository": "sindresorhus/npm-run-path",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=4"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "npm",
23 "run",
24 "path",
25 "package",
26 "bin",
27 "binary",
28 "binaries",
29 "script",
30 "cli",
31 "command-line",
32 "execute",
33 "executable"
34 ],
35 "dependencies": {
36 "path-key": "^2.0.0"
37 },
38 "devDependencies": {
39 "ava": "*",
40 "xo": "*"
41 },
42 "xo": {
43 "esnext": true
44 }
45}
Note: See TracBrowser for help on using the repository browser.