Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Mar 23, 2014
2 parents 26fa9da + ca4b40e commit 2859e3e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "backlog-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "Backlog API wrapper for Node.js",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --ui bdd",
"coveralls": "jscoverage lib && BACKLOG_API_COV=1 mocha -R mocha-lcov-reporter | coveralls"
"coveralls": "jscoverage lib && BACKLOG_API_COV=1 mocha -R mocha-lcov-reporter | coveralls",
"test": "mocha --reporter spec --ui bdd"
},
"repository": {
"type": "git",
Expand All @@ -19,19 +19,19 @@
"homepage": "https://github.com/bouzuya/node-backlog-api",
"dependencies": {
"q": "~1.0.0",
"xmlrpc": "~1.1.1"
"xmlrpc": "~1.2.0"
},
"devDependencies": {
"chai": "~1.9.0",
"coveralls": "~2.6.0",
"coveralls": "~2.10.0",
"jscoverage": "~0.3.8",
"mocha": "~1.18.2",
"mocha-lcov-reporter": "0.0.1",
"sinon": "~1.8.1",
"sinon-chai": "~2.5.0",
"mocha": "~1.17.1"
"sinon": "~1.9.0",
"sinon-chai": "~2.5.0"
},
"keywords": [
"nulab",
"backlog"
"backlog",
"nulab"
]
}

0 comments on commit 2859e3e

Please sign in to comment.