-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.43 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
53
54
55
56
57
58
59
60
61
{
"name": "egg-view-nunjucks-pagelet",
"version": "1.1.1",
"description": "Egg view plugin base on nunjucks-pagelet",
"eggPlugin": {
"name": "nunjucksPagelet",
"dep": [
"nunjucks"
]
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"keywords": [
"egg",
"eggPlugin",
"egg-view",
"nunjucks",
"pagelet"
],
"repository": {
"type": "git",
"url": "git+https://github.com/scrat-team/egg-view-nunjucks-pagelet.git"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"nunjucks-pagelet": "^2.1.0"
},
"devDependencies": {
"autod": "^2.8.0",
"cheerio": "^0.22.0",
"common-tags": "^1.3.1",
"egg": "^1.4.0",
"egg-bin": "^3.4.1",
"egg-ci": "^1.6.0",
"egg-mock": "^3.7.1",
"egg-view-nunjucks": "^2.1.2",
"eslint": "^3.9.0",
"eslint-config-egg": "^3.1.0",
"power-assert": "^1.4.1",
"supertest": "^2.0.1"
},
"ci": {
"version": "6, 8"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Axes <whxaxes@gmail.com>",
"license": "MIT",
"bugs": "https://github.com/scrat-team/egg-view-nunjucks-pagelet/issues",
"homepage": "https://github.com/scrat-team/egg-view-nunjucks-pagelet#readme"
}