-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
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
{
"name": "node-sharp",
"version": "1.0.0",
"description": "node-sharp",
"main": "app/index.js",
"scripts": {
"test": "NODE_ENV=test mocha --require babel-core/register test"
},
"author": "",
"license": "ISC",
"dependencies": {
"ali-mns": "^2.6.8",
"ali-oss": "^5.3.2",
"aliyun-sdk": "^1.12.0",
"babel-core": "^6.26.3",
"co": "^4.6.0",
"gm": "^1.23.1",
"ioredis": "^3.2.1",
"knex": "^0.14.6",
"koa": "^2.7.0",
"koa-body": "^2.6.0",
"koa-compose": "^4.1.0",
"koa-router": "^7.4.0",
"log4js": "^2.11.0",
"moment": "^2.24.0",
"mysql": "^2.16.0",
"node-schedule": "^1.3.2",
"request": "^2.88.0",
"request-validate": "^1.0.9",
"socket.io": "^2.2.0",
"transform-runtime": "0.0.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"extend": ">=3.0.2",
"lodash": ">=4.17.11",
"babel": "^6.23.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.2.0",
"mocha": "^4.1.0",
"supertest": "^3.4.2"
}
}