-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 936 Bytes
/
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
{
"name": "nunjucks-pagelet",
"version": "2.1.0",
"description": "scrat-swig的nunjucks版本, 提供pagelet支持",
"dependencies": {
"delegates": "^1.0.0",
"nunjucks-tag": "^1.1.0"
},
"devDependencies": {
"autod": "^2.8.0",
"egg-bin": "^3.4.2",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.2.0",
"nunjucks": "^2.5.2",
"sinon": "^2.3.2"
},
"main": "index.js",
"files": [
"bin",
"lib",
"index.js"
],
"scripts": {
"lint": "eslint lib test index.js",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"homepage": "https://github.com/scrat-team/nunjucks-pagelet",
"repository": {
"type": "git",
"url": "git@github.com/scrat-team/nunjucks-pagelet.git"
},
"engines": {
"node": ">= 6.0.0"
},
"license": "MIT"
}