You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
302 B

{
"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"
}
}