-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 910 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 910 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
37
{
"name": "super-dingtalk",
"version": "0.9.2",
"description": "DingTalk and OAuth client for Node.js",
"main": "lib/index.js",
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {
"eslint-config-guo": "^0.4.0",
"eslint-plugin-promise": "^3.5.0",
"mocha": "^3.4.2",
"should": "^11.2.1"
},
"scripts": {
"lint": "eslint --fix ./lib ./test",
"test": "npm run lint && mocha -t 10000",
"prepublish": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuperID/super-dingtalk.git"
},
"keywords": [
"DingTalk",
"DingTalk OAuth",
"钉钉",
"钉钉免登",
"钉钉服务端"
],
"author": "Yourtion Guo <yourtion@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SuperID/super-dingtalk/issues"
},
"homepage": "https://github.com/SuperID/super-dingtalk#readme"
}