-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@chessclub.com/legacy",
"version": "1.0.5",
"description": "Telnet connection to legacy ICC servers",
"main": "legacy.js",
"filename": "legacy.min.js",
"scripts": {
"test": "mocha",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djlogan2/icclegacy.git"
},
"npmName": "legacy.js",
"npmFileMap": [
{
"basePath": "",
"files": [
"legacy.js",
"cn.js",
"l2.js"
]
}
],
"keywords": [
"chessclub.com",
"icc"
],
"author": "David Logan",
"license": "ISC",
"bugs": {
"url": "https://github.com/djlogan2/icclegacy/issues"
},
"homepage": "https://github.com/djlogan2/icclegacy#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.12.0",
"eslint-plugin-prettier": "^3.1.4",
"mocha": "^10.2.0",
"nyc": "^14.1.1",
"prettier": "^2.1.2",
"sinon": "^9.2.0"
},
"dependencies": {}
}