main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
449 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "node-releases",
|
---|
3 | "version": "2.0.18",
|
---|
4 | "description": "Node.js releases data",
|
---|
5 | "type": "module",
|
---|
6 | "scripts": {
|
---|
7 | "build": "node scripts/build.js"
|
---|
8 | },
|
---|
9 | "repository": {
|
---|
10 | "type": "git",
|
---|
11 | "url": "git+https://github.com/chicoxyzzy/node-releases.git"
|
---|
12 | },
|
---|
13 | "keywords": [
|
---|
14 | "nodejs",
|
---|
15 | "releases"
|
---|
16 | ],
|
---|
17 | "author": "Sergey Rubanov <chi187@gmail.com>",
|
---|
18 | "license": "MIT",
|
---|
19 | "devDependencies": {
|
---|
20 | "semver": "^7.3.5"
|
---|
21 | }
|
---|
22 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.