adding types

This commit is contained in:
Fabian Stamm 2017-06-18 13:49:29 +02:00
parent 8683ea17a3
commit 3ad9a89768

View File

@ -26,13 +26,15 @@
}, },
"homepage": "https://github.com/margau/node_vlc_rc#readme", "homepage": "https://github.com/margau/node_vlc_rc#readme",
"dependencies": { "dependencies": {
"@types/node": "^7.0.31",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29",
"lowdb": "^0.16.2", "lowdb": "^0.16.2",
"rtpmidi": "^0.1.8", "rtpmidi": "^0.1.8",
"short-id": "0.1.0-1", "short-id": "0.1.0-1",
"socket.io": "^2.0.3", "socket.io": "^2.0.3",
"socket.io-client": "^2.0.3" "socket.io-client": "^2.0.3"
},
"devDependencies": {
"@types/node": "^7.0.31",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29"
} }
} }