Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Jan 20, 2014
1 parent 2ae000a commit 6bfc43d
Showing 1 changed file with 36 additions and 34 deletions.
70 changes: 36 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,39 @@
{
"name": "lcov-parse",
"description": "Parse lcov results files and return JSON",
"version": "0.0.5",
"author": "Dav Glass <davglass@gmail.com>",
"contributors": [
"Alan Gutierrez <alan@prettyrobots.com>",
"Gerard Escalante <gerard@saygo.ca>"
],
"bugs": { "url" : "http://github.com/davglass/lcov-parse/issues" },
"main": "./lib/index",
"tags": [
"lcov",
"json",
"coverage",
"parser"
],
"devDependencies": {
"yui-lint": "~0.1.1",
"jshint": "~0.9.0",
"istanbul": "~0.1.8",
"vows": "*"
},
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
"test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js"
},
"licenses":[
{
"type" : "BSD"
}
],
"repository": {
"type":"git",
"url":"http://github.com/davglass/lcov-parse.git"
"name": "lcov-parse",
"description": "Parse lcov results files and return JSON",
"version": "0.0.6",
"author": "Dav Glass <davglass@gmail.com>",
"contributors": [
"Alan Gutierrez <alan@prettyrobots.com>",
"Gerard Escalante <gerard@saygo.ca>"
],
"bugs": {
"url": "http://github.com/davglass/lcov-parse/issues"
},
"main": "./lib/index",
"tags": [
"lcov",
"json",
"coverage",
"parser"
],
"devDependencies": {
"yui-lint": "~0.1.1",
"jshint": "~0.9.0",
"istanbul": "~0.1.8",
"vows": "*"
},
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
"test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js"
},
"licenses": [
{
"type": "BSD"
}
],
"repository": {
"type": "git",
"url": "http://github.com/davglass/lcov-parse.git"
}
}

0 comments on commit 6bfc43d

Please sign in to comment.