angarum
Version:
A library which helps you focus on your delivery.
33 lines (32 loc) • 648 B
JSON
{
"name": "angarum",
"version": "1.2.15",
"description": "A library which helps you focus on your delivery.",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"Delivery",
"API"
],
"repository" :{
"type" : "git",
"url" : "https://github.com/ppsreejith/angarum"
},
"author": "Sreejith Pp",
"license": "ISC",
"dependencies": {
"cheerio": "^0.20.0",
"class.extend": "^0.9.2",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"htmlparser2": "^3.9.1",
"lodash": "^4.13.1",
"parse5": "^2.1.5",
"request": "^2.72.0"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}