-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
43
44
45
46
47
{
"name": "cylon-mindwave-eeg-recorder",
"version": "0.0.0",
"description": "use mongoose to record cylon eeg data",
"main": "app.js",
"scripts": {
"start":"python connect-and-run.py",
"test": "make test"
},
"author": "Robert Talamantez",
"license": "MIT",
"dependencies": {
"cylon": "^0.20.2",
"cylon-neurosky": "^0.7.0",
"express": "^4.10.2",
"grunt": "^0.4.5",
"mongodb": "^1.4.20",
"mongoose": "^3.8.19",
"socket.io": "^1.2.0",
"socket.io-client": "^1.2.1"
},
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.4.0",
"grunt-bower-install": "^1.6.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.4",
"load-grunt-tasks": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.5.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.4.1",
"grunt-open": "^0.2.3",
"matchdep": "^0.3.0",
"mocha": "^2.1.0"
}
}