-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "yog-swig",
"version": "0.6.0",
"description": "custom swig template, add some tag or filter ",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter dot --check-leaks test/ut",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/ut",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/ut"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/yog-swig.git"
},
"keywords": [
"fis",
"yog"
],
"author": "fansekey",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/fex-team/yog-swig/issues"
},
"homepage": "https://github.com/fex-team/yog-swig",
"dependencies": {
"debuglog": "^1.0.1",
"lru-cache": "^4.0.1",
"swig": "1.4.0"
},
"devDependencies": {
"express": "4.10.6",
"chai": "^1.10.0",
"istanbul": "~0.2.14",
"mocha": "~1.20.1",
"supertest": "^0.15.0",
"yog2-kernel": "*",
"yog-bigpipe": "*",
"yog-view": "*"
}
}