Skip to content

Commit

Permalink
Update dependencies. Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Aug 26, 2015
1 parent a62c03b commit 0f5cf4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
},
"repository": {
"type": "git",
"url": "https://github.com/leonciokof/node-nmea.git"
"url": "https://github.com/lgaticaq/node-nmea.git"
},
"keywords": [
"nmea",
"gps",
"parser",
"gprmc"
],
"author": "Leonardo Gatica <lgaticastyle@gmail.com> (https://about.me/leonciokof)",
"author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgaticaq)",
"license": "MIT",
"bugs": {
"url": "https://github.com/leonciokof/node-nmea/issues"
"url": "https://github.com/lgaticaq/node-nmea/issues"
},
"homepage": "https://github.com/leonciokof/node-nmea#readme",
"homepage": "https://github.com/lgaticaq/node-nmea#readme",
"devDependencies": {
"babel": "^5.6.14",
"eslint": "^0.24.0",
"babel": "^5.8.21",
"eslint": "^1.2.1",
"mocha": "^2.2.5",
"rimraf": "^2.4.1"
"rimraf": "^2.4.2"
},
"dependencies": {
"chance": "^0.7.6",
"moment": "^2.10.3",
"moment": "^2.10.6",
"xregexp": "^2.0.0"
}
}

0 comments on commit 0f5cf4a

Please sign in to comment.