node-landmark
Version:
Landmark International API client
30 lines (29 loc) • 718 B
JSON
{
"name": "node-landmark",
"version": "0.2.0",
"description": "Landmark International API client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mecommerce/node-landmark.git"
},
"keywords": [
"landmark",
"international"
],
"author": "Sean McGary <sean@thirdlove.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mecommerce/node-landmark/issues"
},
"homepage": "https://github.com/mecommerce/node-landmark#readme",
"dependencies": {
"bluebird": "^2.10.0",
"js2xmlparser": "^1.0.0",
"lodash": "^3.10.1",
"xml2js": "^0.4.12"
}
}