UNPKG

1.21 kBJSONView Raw
1{
2 "name": "yog-swig",
3 "version": "0.1.1",
4 "description": "custom swig template, add some tag or filter ",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "mocha --reporter dot --check-leaks test/ut",
11 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/ut",
12 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/ut"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/fex-team/yog-swig.git"
17 },
18 "keywords": [
19 "fis",
20 "yog"
21 ],
22 "author": "fansekey",
23 "license": "BSD",
24 "bugs": {
25 "url": "https://github.com/fex-team/yog-swig/issues"
26 },
27 "homepage": "https://github.com/fex-team/yog-swig",
28 "dependencies": {
29 "debuglog": "^1.0.1",
30 "swig": "1.3.2"
31 },
32 "devDependencies": {
33 "express": "4.10.6",
34 "chai": "^1.10.0",
35 "istanbul": "~0.2.14",
36 "mocha": "~1.20.1",
37 "supertest": "^0.15.0",
38 "yog2-kernel": "*",
39 "yog-bigpipe": "*",
40 "yog-view": "*"
41 }
42}
\No newline at end of file