ljswitchboard-version_manager
Version:
A simple module to collect and cache important device firmware and software version numbers available for users to download.
49 lines (48 loc) • 1.36 kB
JSON
{
"name": "ljswitchboard-version_manager",
"version": "0.0.23",
"description": "A simple module to collect and cache important device firmware and software version numbers available for users to download.",
"author": {
"name": "Chris Johnson",
"url": "http://labjack.com"
},
"main": "./lib/version_manager.js",
"homepage": "https://github.com/chrisJohn404/ljswitchboard-version_manager",
"repository": {
"type": "git",
"url": "https://github.com/chrisJohn404/ljswitchboard-version_manager"
},
"keywords": [
"LabJack",
"LJM",
"T7",
"ljswitchboard"
],
"license": {
"type": "MIT",
"url": "https://github.com/chrisJohn404/ljswitchboard-version_manager/master/LICENSE"
},
"bugs": {
"url": "https://github.com/chrisJohn404/ljswitchboard-version_manager/issues"
},
"dependencies": {
"async": "1.5.2",
"cheerio": "1.0.0-rc.3",
"dict": "1.4.0",
"q": "1.5.1",
"request": "2.88.0"
},
"devDependencies": {
"nodeunit": "0.11.3",
"diff": ">=3.5.0",
"colors": "1.4.0"
},
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "node ./node_modules/nodeunit/bin/nodeunit ./test/test.js",
"get_t7": "node ./node_modules/nodeunit/bin/nodeunit ./test/report/t7.js",
"get_t4": "node ./node_modules/nodeunit/bin/nodeunit ./test/report/t4.js"
}
}