-
Notifications
You must be signed in to change notification settings - Fork 5.4k
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 KB
/
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": "@dp-cat/client",
"version": "3.1.2",
"description": "Cat client for Node.js.",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"release": "standard-version",
"build": "node-gyp configure && node-gyp build"
},
"keywords": [
"cat",
"client",
"nodejs"
],
"author": "ywang1724",
"dependencies": {
"buffer-builder": "^0.2.0",
"debug": "^2.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"request": "^2.67.0",
"xml2js": "^0.4.15",
"co": "latest"
},
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.18.2",
"eslint-config-standard": "^10.2.1",
"eslint-config-yayajing": "^1.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^20.0.4",
"mocha": "^2.3.4",
"node-cmake": "^2.5.1",
"standard-version": "^4.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}