Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
morus12 committed May 10, 2016
1 parent 5e7872e commit 02fd3c0
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions package.json 100755 → 100644
@@ -1,24 +1,26 @@
{
"author": "Roman Ragimoff",
"contributors": [{
"name": "Chyi Pin Lim",
"email": "clim@godaddy.com"
}],
"name": "livechatapi",
"description": "Livechat.com API Wrapper",
"version": "0.4.0",
"repository": {
"url": ""
},
"main": "./lib/api",
"dependencies": {
"request": "2.x"
},
"devDependencies": {
"coffee-script": "~1.6.3"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}
{
"author": "Roman Ragimoff",
"contributors": [
{
"name": "Chyi Pin Lim",
"email": "clim@godaddy.com"
}
],
"name": "livechatapi",
"description": "Livechat.com API Wrapper",
"version": "0.4.1",
"repository": {
"url": ""
},
"main": "./lib/api",
"dependencies": {
"request": "2.x"
},
"devDependencies": {
"coffee-script": "~1.6.3"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}

0 comments on commit 02fd3c0

Please sign in to comment.