dsbiserv
Version:
A library to query the dsb plan from iServ
41 lines (40 loc) • 911 B
JSON
{
"name": "dsbiserv",
"version": "1.3.2",
"dependencies": {
"async": "^2.1.4",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"cheerio": "^0.22.0",
"fs-extra": "^2.0.0",
"iconv-lite": "^0.4.15",
"lodash": "^4.17.4",
"lodash.merge": "^4.6.0",
"parse-numeric-range": "^0.0.2",
"request": "^2.79.0",
"sanitize-filename": "^1.6.1",
"tabletojson": "^0.4.0",
"uglify-js": "^2.7.5",
"watchjs": "^0.0.0"
},
"description": "A library to query the dsb plan from iServ",
"author": "Nils Bergmann <nilsbergmann@noim.io>",
"main": "dsb.js",
"repository": {
"type": "git",
"url": "https://github.com/TheNoim/DSBiServ"
},
"keywords": [
"dsb",
"iserv",
"plan",
"lib"
],
"license": "MIT",
"devDependencies": {
"clui": "^0.3.1",
"jetty": "^0.2.1",
"jsome": "^2.3.25"
}
}