-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
52 lines (52 loc) · 1.11 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": "aliyun-egg",
"version": "1.0.0",
"description": "egg framework for aliyun",
"keywords": [
"egg", "egg-framework", "aliyun"
],
"files": [
"index.js",
"app.js",
"agent.js",
"lib",
"config"
],
"dependencies": {
"egg": "^1.0.0-rc.3",
"egg-alinode": "^1.1.0",
"egg-mysql": "^2.0.0",
"egg-oss": "^1.0.1",
"egg-view-nunjucks": "^2.0.0"
},
"devDependencies": {
"ali-oss": "^4.8.0",
"autod": "^2.7.1",
"egg-bin": "^2.4.0",
"egg-mock": "^3.2.0",
"eslint": "^3.17.1",
"eslint-config-egg": "^3.2.0",
"rimraf": "^2.6.1",
"supertest": "^3.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test ",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "6, 7"
},
"repository": {
"type": "git",
"url": "https://github.com/eggjs/aliyun-egg"
},
"author": "jtyjty99999 <[email protected]> (http://github.com/jtyjty99999)",
"license": "MIT"
}