pd-api
Version:
34 lines (33 loc) • 677 B
JSON
{
"name": "pd-api",
"version": "0.2.26",
"repository": {
"type": "git",
"url": "https://github.com/username/repo"
},
"author": {
"name": "Ping Delivery",
"email": "semen.radionov@pingdelivery.com"
},
"keywords": [
"angular",
"ping delivery",
"api",
"couriers"
],
"readme": "README.MD",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/username/repo/issues"
},
"module": "pd-api.js",
"typings": "pd-api.d.ts",
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/http": "^4.0.0",
"moment": "^2.18.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"cross-storage": "^1.0.0"
}
}