-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 802 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 802 Bytes
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
{
"name": "brain_aim",
"version": "0.0.1",
"description": "Color with brain",
"main": "index.js",
"scripts": {
"pack": "echo \"Packing webpack dependencies...\" && node_modules/.bin/webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bci"
],
"author": "HTIL at UA",
"license": "ISC",
"dependencies": {
"distinct-colors": "^1.0.4",
"express": "^4.16.2",
"gifencoder": "^1.1.0",
"hat": "0.0.3",
"moniker": "^0.1.2",
"node-osc": "^2.1.0",
"pngjs": "^3.3.2",
"pug": "^2.0.0-rc.4",
"socket.io": "^2.0.4",
"socket.io-stream": "^0.9.1"
},
"devDependencies": {
"ganglion-ble": "^1.0.0",
"muse-js": "^2.0.0",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2",
"webpack": "^3.11.0"
}
}