dpd
Version:
DPD API for Node.js
33 lines (32 loc) • 730 B
JSON
{
"name": "dpd",
"version": "0.3.1-beta",
"description": "DPD API for Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/izatop/dpd.git"
},
"keywords": [
"dpd",
"api"
],
"scripts": {
"build": "tsc"
},
"author": "izatop@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/izatop/dpd/issues"
},
"homepage": "https://github.com/izatop/dpd#readme",
"dependencies": {
"@types/node": "^6.0.51",
"o2xml": "^0.1.4",
"soap": "^0.30.0"
},
"devDependencies": {
"source-map-support": "^0.4.6",
"typescript": "^2.0.10"
}
}