Skip to content

Commit

Permalink
Update repo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jul 13, 2015
1 parent 01c4dda commit 5716641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ppt-commitment-parser
=====================

[![Build Status](https://travis-ci.org/MrOrz/ppt-commitment-parser.svg)](https://travis-ci.org/MrOrz/ppt-commitment-parser) [![Coverage Status](https://coveralls.io/repos/MrOrz/ppt-commitment-parser/badge.svg?branch=master&service=github)](https://coveralls.io/github/MrOrz/ppt-commitment-parser?branch=master)
[![Build Status](https://travis-ci.org/g0v/ppt-commitment-parser.svg)](https://travis-ci.org/g0v/ppt-commitment-parser) [![Coverage Status](https://coveralls.io/repos/g0v/ppt-commitment-parser/badge.svg?branch=master&service=github)](https://coveralls.io/github/g0v/ppt-commitment-parser?branch=master)

將施政報告或施政綱要 PDF 轉換成 CSV 的工具。
PDF 檔必須要用公文書格式進行標號(階層依序為「壹、」「一、」「(一)」「1、」「(1)」「甲、」,系統會處理半型全型的差異),方能處理。
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
},
"repository": {
"type": "git",
"url": "https://github.com/MrOrz/ppt-commitment-parser"
"url": "https://github.com/g0v/ppt-commitment-parser"
},
"keywords": [
"pdftotext"
],
"author": "MrOrz",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrOrz/ppt-commitment-parser/issues"
"url": "https://github.com/g0v/ppt-commitment-parser/issues"
},
"bin": {
"commitment-parser": "./bin/parser.js"
},
"homepage": "https://github.com/MrOrz/ppt-commitment-parser",
"homepage": "https://github.com/g0v/ppt-commitment-parser",
"dependencies": {
"babel-runtime": "^5.6.15",
"csv-stringify": "0.0.8",
Expand Down

0 comments on commit 5716641

Please sign in to comment.