-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 908 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
38
39
40
41
42
{
"name": "egg-leancloud",
"version": "0.1.0",
"description": "leancloud javascript SDK plugin for egg",
"eggPlugin": {
"name": "leancloud"
},
"keywords": [
"egg",
"plugin"
],
"dependencies": {
"leancloud-storage": "^1.4.0"
},
"devDependencies": {
"autod": "^2.7.1",
"egg": "~0.1.0",
"egg-bin": "^1.3.0",
"egg-mock": "^0.0.4",
"eslint": "^3.4.0",
"eslint-config-egg": "^3.1.0",
"should": "^11.1.0",
"utility": "^1.8.0"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint --ext js . --fix",
"ci": "npm run lint && npm run cov",
"autod": "autod",
"release": "bash release.sh"
},
"ci": {
"version": "4, 6"
},
"author": "Sankyu Tang<nesta.jk.tang@gmail.com>",
"license": "MIT"
}