Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hefangshi committed May 25, 2016
1 parent 335c8ef commit fa69f19
Showing 1 changed file with 41 additions and 40 deletions.
81 changes: 41 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
{
"name": "yog-swig",
"version": "0.4.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",
"bugs": {
"url": "https://github.com/fex-team/yog-swig/issues"
},
"homepage": "https://github.com/fex-team/yog-swig",
"dependencies": {
"debuglog": "^1.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": "*"
}
"name": "yog-swig",
"version": "0.5.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": "*"
}
}

0 comments on commit fa69f19

Please sign in to comment.