UNPKG

951 BJSONView Raw
1{
2 "name": "yog-swig",
3 "version": "0.0.13",
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/",
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 "mocha": "~1.20.1",
30 "istanbul": "~0.2.14",
31 "swig": "1.3.2",
32 "yog": "*",
33 "yog-view": "*",
34 "yog-bigpipe": "*"
35 }
36}