1
0
Fork 0
USBStrip/package.json

17 lines
302 B
JSON

{
"name": "USBStrip",
"version": "0.0.1",
"description": "USBStrip",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ambrosechua/USBStrip.git"
},
"dependencies": {
"express": "^4.12.4",
"serialport": "^2.0.5"
}
}