wordpress
Version:
A client for working with WordPress.
23 lines (22 loc) • 554 B
JSON
{
"author": "Scott González <scott.gonzalez@gmail.com> (http://scottgonzalez.com)",
"name": "wordpress",
"description": "A client for working with WordPress.",
"version": "1.4.2",
"homepage": "https://github.com/scottgonzalez/node-wordpress",
"repository": {
"type": "git",
"url": "git://github.com/scottgonzalez/node-wordpress.git"
},
"license": "MIT",
"scripts": {
"test": "jshint lib/*"
},
"dependencies": {
"xmlrpc": "1.3.2"
},
"devDependencies": {
"jshint": "2.8.0"
},
"main": "lib/wordpress.js"
}