2803c3b829
Closes #34
82 linhas
2.2 KiB
JSON
82 linhas
2.2 KiB
JSON
{
|
|
"name": "openbci-dashboard",
|
|
"description": "A fullstack javascript app for capturing and visualizing OpenBCI EEG data",
|
|
"main": "visualizer.js",
|
|
"version": "0.1.0",
|
|
"author": "Alex Castillo <alex@castillo.io>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"angular-cli": {},
|
|
"engines": {
|
|
"node": ">= 6.2.0 < 7"
|
|
},
|
|
"scripts": {
|
|
"start": "ng server",
|
|
"postinstall": "typings install",
|
|
"lint": "tslint \"src/**/*.ts\"",
|
|
"format": "clang-format -i -style=file --glob=src/**/*.ts",
|
|
"visualize": "concurrently \"ng serve\" \"node src/server/app\" ",
|
|
"simulate": "concurrently \"ng serve\" \"node src/server/app simulate\" ",
|
|
"pree2e": "webdriver-manager update",
|
|
"e2e": "protractor"
|
|
},
|
|
"keywords": [
|
|
"openbci",
|
|
"eeg",
|
|
"neurojs",
|
|
"dashboard"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:NeuroJS/openbci-dashboard.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/NeuroJS/openbci-dashboard/issues"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "2.0.0-rc.1",
|
|
"@angular/compiler": "2.0.0-rc.1",
|
|
"@angular/core": "2.0.0-rc.1",
|
|
"@angular/platform-browser": "2.0.0-rc.1",
|
|
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
|
|
"@angular/router": "2.0.0-rc.1",
|
|
"brainbrowser": "^2.3.0",
|
|
"chart.js": "^2.1.4",
|
|
"chroma-js": "^1.1.1",
|
|
"dsp.js": "neurojs/dsp.js",
|
|
"es6-shim": "^0.35.0",
|
|
"express": "^4.13.4",
|
|
"fili": "^1.2.1",
|
|
"jstat": "^1.5.2",
|
|
"ng2-charts": "^1.1.0",
|
|
"nodemon": "^1.9.1",
|
|
"openbci-sdk": "^0.3.4",
|
|
"plotly.js": "^1.10.2",
|
|
"reflect-metadata": "0.1.3",
|
|
"rxjs": "5.0.0-beta.6",
|
|
"smoothie": "^1.27.0",
|
|
"socket.io": "^1.4.6",
|
|
"socket.io-client": "^1.4.6",
|
|
"systemjs": "0.19.26",
|
|
"topogrid": "^1.0.6",
|
|
"yargs": "^4.3.2",
|
|
"zone.js": "^0.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"angular-cli": "0.0.*",
|
|
"clang-format": "^1.0.35",
|
|
"codelyzer": "0.0.14",
|
|
"ember-cli-inject-live-reload": "^1.4.0",
|
|
"jasmine-core": "^2.4.1",
|
|
"jasmine-spec-reporter": "^2.4.0",
|
|
"karma": "^0.13.15",
|
|
"karma-chrome-launcher": "^0.2.3",
|
|
"karma-jasmine": "^0.3.8",
|
|
"protractor": "^3.3.0",
|
|
"ts-node": "^0.5.5",
|
|
"tslint": "^3.6.0",
|
|
"typescript": "^1.8.10",
|
|
"typings": "^0.8.1"
|
|
}
|
|
}
|