-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
52 lines (52 loc) · 1.14 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
47
48
49
50
51
52
{
"name": "wafer-node-sdk",
"version": "1.4.5",
"description": "Wafer SDK for Node.js",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --ignore-leaks --bail --slow 1000 --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/tencentyun/wafer2-node-sdk.git"
},
"keywords": [
"authentication",
"login",
"weapp",
"wechat",
"websocket",
"sdk"
],
"engines": {
"node": ">=6.5.0"
},
"author": "CFETeam",
"license": "MIT",
"dependencies": {
"axios": "^0.16.2",
"cos-nodejs-sdk-v5": "^2.0.6",
"file-type": "^5.2.0",
"knex": "^0.13.0",
"moment": "^2.18.1",
"multiparty": "^4.1.3",
"mysql": "^2.13.0",
"read-chunk": "^2.0.0",
"shortid": "^2.2.8",
"uuid": "^3.1.0"
},
"devDependencies": {
"body-parser": "^1.15.2",
"coveralls": "^2.11.14",
"debug": "^2.6.8",
"express": "^4.14.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"node-mocks-http": "^1.5.4",
"nodemon": "^1.11.0",
"should": "^11.2.1",
"should-sinon": "0.0.5",
"sinon": "^1.17.6"
}
}