Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 1d99206

Browse files
author
cth103
authoredNov 25, 2019
Add files via upload
1 parent a70f488 commit 1d99206

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
 

‎package-lock.json

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "minitel.js",
3+
"version": "1.1.1",
4+
"description": "Une librairie pour faire un serveur/programme Minitel en Node.JS",
5+
"main": "minitel.js",
6+
"dependencies": {
7+
"ws": "^7.2.0"
8+
},
9+
"devDependencies": {},
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/jiktim/minitel.js.git"
16+
},
17+
"keywords": [
18+
"minitel",
19+
"videotel"
20+
],
21+
"author": "jiktim",
22+
"license": "UNLICENSED",
23+
"bugs": {
24+
"url": "https://github.com/jiktim/minitel.js/issues"
25+
},
26+
"homepage": "https://github.com/jiktim/minitel.js#readme"
27+
}

0 commit comments

Comments
 (0)