-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "musebrowser",
"version": "1.0.0",
"description": "using the muse with jspsych through the web bluetooth API",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rivasd/musebrowser.git"
},
"author": "Daniel Rivas",
"license": "ISC",
"bugs": {
"url": "https://github.com/rivasd/musebrowser/issues"
},
"homepage": "https://github.com/rivasd/musebrowser#readme",
"devDependencies": {
"css-loader": "^2.0.1",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"express": "^4.16.4",
"file-saver": "^2.0.0",
"muse-js": "^3.1.0",
"openbci": "^3.0.0",
"openbci-observable": "^1.0.5",
"serialport": "^7.1.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"tone": "^0.12.80"
}
}