-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 740 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 740 Bytes
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
{
"name": "ucenter-client",
"version": "1.0.0",
"description": "A full-featured UCenter client for Node.js.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/micblo/ucenter-client.git"
},
"bugs": {
"url": "http://github.com/micblo/ucenter-client/issues"
},
"engines": {
"node": ">= 8"
},
"scripts": {
"test": "mocha --recursive",
"test-user": "mocha ./test/user.js",
"test-pm": "mocha ./test/pm.js"
},
"keywords": [
"ucenter",
"discuz",
"node"
],
"author": "Payne",
"license": "MIT",
"dependencies": {
"iconv-lite": "^0.4.23",
"request": "^2.86.0",
"xml-js": "^1.6.3"
},
"devDependencies": {
"mocha": "^5.1.1"
}
}