source: trip-planner-front/node_modules/node-releases/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 542 bytes
Line 
1{
2 "name": "node-releases",
3 "version": "1.1.77",
4 "description": "Node.js releases data",
5 "scripts": {
6 "build": "npm run fetch && npm run process",
7 "fetch": "node scripts/fetch.js",
8 "process": "node scripts/process.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/chicoxyzzy/node-releases.git"
13 },
14 "keywords": [
15 "nodejs",
16 "releases"
17 ],
18 "author": "Sergey Rubanov <chi187@gmail.com>",
19 "license": "MIT",
20 "dependencies": {},
21 "devDependencies": {
22 "semver": "^6.3.0"
23 }
24}
Note: See TracBrowser for help on using the repository browser.