2017-10-06 23:20:52 +02:00
|
|
|
{
|
|
|
|
"name": "cancerain",
|
2020-05-08 05:11:22 +02:00
|
|
|
"version": "0.3.0",
|
2017-10-06 23:20:52 +02:00
|
|
|
"description": "epilepsija",
|
|
|
|
"dependencies": {
|
2020-09-22 22:40:05 +02:00
|
|
|
"express": "^4.17.1",
|
2022-04-23 15:33:54 +02:00
|
|
|
"midi": "^2.0.0",
|
2021-08-14 15:15:16 +02:00
|
|
|
"nodemon": "^2.0.12",
|
2020-09-23 00:23:59 +02:00
|
|
|
"nouislider": "14.6.2",
|
2021-08-11 14:39:34 +02:00
|
|
|
"osc": "^2.4.2",
|
2021-08-14 15:15:16 +02:00
|
|
|
"pm2": "^5.1.0",
|
2021-12-24 07:17:42 +01:00
|
|
|
"three": "0.135.0",
|
2022-04-23 15:33:54 +02:00
|
|
|
"ws": "^7.3.1"
|
2017-12-02 21:25:04 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-08-14 15:15:16 +02:00
|
|
|
"start": "npx nodemon server.js /dev/ttyUSB0"
|
2017-10-06 23:20:52 +02:00
|
|
|
}
|
|
|
|
}
|