-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
85 lines (85 loc) · 2.48 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "BrainVerse",
"version": "0.0.8-alpha",
"description": "Electronic Lab Notebook for Reproducible Neuro Imaging Research",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"build": {
"appId": "org.repronim.brainverse",
"linux": {
"category": "Education",
"target": [
"AppImage",
"deb",
"rpm"
]
},
"mac": {
"category": "public.app-category.education",
"icon": "build/icon.icns"
}
},
"keywords": [],
"author": "Smruti Padhy <smruti@mit.edu>",
"contributors": [
"Smruti Padhy <smruti@mit.edu>",
"Sanu Ann Abraham <sanuann@mit.edu>"
],
"license": "Apache 2",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"electron": "1.8.4",
"electron-builder": "^19.46.9",
"electron-oauth-github": "^1.0.0",
"mocha": "^3.2.0",
"spectron": "^3.5.0"
},
"dependencies": {
"7zip-bin": "^2.4.1",
"alpaca": "^1.5.23",
"body-parser": "^1.16.1",
"bootstrap": "^3.3.7",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"csv": "^1.1.0",
"easy-zip": "0.0.4",
"electron-debug": "^1.5.0",
"express": "^4.14.1",
"express-fileupload": "^0.1.1",
"express-flash": "0.0.2",
"express-messages": "^1.0.1",
"express-partials": "^0.3.0",
"express-session": "^1.15.1",
"handlebars": "^4.0.10",
"install": "^0.10.2",
"jquery": "^3.1.1",
"jquery-mousewheel": "^3.1.13",
"jqwidgets-framework": "^4.6.2",
"load-json-file": "^2.0.0",
"method-override": "^2.3.9",
"moment": "^2.21.0",
"node-b64": "0.0.3",
"node-gyp": "^3.6.2",
"npm": "^5.6.0",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-github2": "^0.1.10",
"pug": "^2.0.0-beta11",
"rdfstore": "^0.9.17",
"request-promise": "^4.2.2",
"select2": "4.0.3",
"select2-bootstrap-theme": "0.1.0-beta.10",
"slickgrid": "^2.3.3",
"uuid-random": "^1.0.5",
"write-json-file": "^2.0.0"
},
"optionalDependencies": {
"7zip-bin-mac": "^1.0.1"
}
}