-
- Downloads
http api: max_dut
{ | { | ||
"name": "bc", | "name": "bc", | ||
"version": "1.0.0", | "version": "1.1.0", | ||
"description": "dut (device under test) branches config by touch screen", | "description": "dut (device under test) branches config by touch screen", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"dependencies":{ | "dependencies": { | ||
"blessed": ">=0.1.81", | "blessed": ">=0.1.81", | ||
"underscore": ">=1.8.3", | "request": ">=2.81.0", | ||
"request": ">=2.81.0" | "restify": "^4.3.0", | ||
"underscore": ">=1.8.3" | |||
}, | }, | ||
"author": "wactbprot@gmail.com", | "author": "wactbprot@gmail.com", | ||
"license": "BSD" | "license": "BSD" | ||
... | ... |
Please register or sign in to comment