Skip to content

Commit

Permalink
Links.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Jun 15, 2014
1 parent c7b572f commit ef92cf3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
"name": "blowtorch",
"version": "0.1.2",
"description": "Static site generator",
"homepage": "https://github.com/wbyoung/jsi-blowtorch",
"bugs": {
"url": "https://github.com/wbyoung/jsi-blowtorch/issues"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report $(if [ \"$TRAVIS\" ]; then echo lcovonly; else echo html; fi) -- && if [ \"$TRAVIS\" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi"
},
"repository": {
"type": "git",
"url": "git://github.com/wbyoung/jsi-blowtorch.git"
},
"bin": {
"blowtorch": "./bin/blowtorch"
},
Expand Down

0 comments on commit ef92cf3

Please sign in to comment.