-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.05 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
{
"dependencies": {
"admin-lte": "^3.2.0",
"bootstrap": "^4.6.1",
"clipboard": "^2.0.11",
"highlight.js": "^11.5.1",
"overlayscrollbars": "~2.1.1"
},
"devDependencies": {
"css-loader": "^6.7.1",
"exports-loader": "^4.0.0",
"imports-loader": "^4.0.0",
"sass-loader": "^13.0.0",
"scss": "^0.2.4",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"name": "rave-pipelines",
"version": "0.0.1",
"description": "Pipeline Template for 'RAVE' Modules",
"private": true,
"scripts": {
"build": "Rscript --vanilla './src/build.R'",
"test": "Rscript -e 'ravedash::debug_modules(\".\")'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dipterix/rave-pipelines.git"
},
"keywords": [
"iEEG",
"Analysis",
"Visualization",
"Pipelines"
],
"author": "Zhengjia Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/rave-ieeg/rave-pipelines/issues"
},
"homepage": "https://github.com/dipterix/rave-pipelines#readme"
}