Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Jun 8, 2015
1 parent ebd82bd commit 699deff
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
{
"name": "hubot-nextbus",
"description": "A Nashville MTA integration.",
"version": "0.0.1",
"version": "0.1.0",
"author": "Stephen Yeargin <[email protected]>",
"license": "MIT",

"keywords": [
"hubot",
"hubot-scripts",
"nextbus",
"bus",
"nashville"
],

"repository": {
"type": "git",
"url": "git://github.com/stephenyeargin/hubot-nextbus.git"
},

"bugs": {
"url": "https://github.com/stephenyeargin/hubot-nextbus/issues"
},

"dependencies": {
},

"dependencies": {},
"devDependencies": {
"chai": "^2.1.1",
"coffee-script": "1.6.3",
Expand All @@ -39,9 +33,7 @@
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},

"main": "index.coffee",

"scripts": {
"test": "script/test"
}
Expand Down

0 comments on commit 699deff

Please sign in to comment.