Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegase745 committed Jul 24, 2015
1 parent d653add commit dfddf71
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -11,4 +11,6 @@ pids
logs
results

node_modules
coverage
npm-debug.log
32 changes: 23 additions & 9 deletions package.json
@@ -1,23 +1,37 @@
{
"name": "node-gandi",
"version": "1.0.0",
"description": "Node.js client for Gandi.net XML-RPC API, written in CoffeeScript",
"main": "index.js",
"version": "2.0.0",
"description": "Node.js client for Gandi.net XML-RPC API.",
"main": "./src/gandi.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "jshint src && jscs src",
"test": "nodeunit tests tests/unit"
},
"repository": {
"type": "git",
"url": "https://github.com/Pegase745/node-gandi.git"
"url": "git+https://github.com/Pegase745/node-gandi.git"
},
"keywords": [
"client",
"gandi"
"gandi",
"xmlrpc",
"api",
"client"
],
"author": "Michel Nemnom",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pegase745/node-gandi/issues"
},
"homepage": "https://github.com/Pegase745/node-gandi#readme",
"devDependencies": {
"jscs": "1.13.x",
"jshint": "2.8.x",
"nodeunit": "0.9.x"
},
"dependencies": {
"coffee-script": "~1.4.0",
"xmlrpc": "~1.1.0"
"xmlrpc": "1.3.x"
}
}

0 comments on commit dfddf71

Please sign in to comment.