forked from ReproNim/brainverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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
{
"name": "BrainVerse",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"test:e2e": "./node_modules/mocha/bin/mocha tests/mainWindow-test.js"
},
"keywords": [],
"author": "Smruti Padhy",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"electron": "^1.4.11",
"mocha": "^3.2.0",
"spectron": "^3.5.0"
},
"dependencies": {
"body-parser": "^1.16.1",
"bootstrap": "^3.3.7",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"csv": "^1.1.0",
"express": "^4.14.1",
"express-fileupload": "^0.1.1",
"express-flash": "0.0.2",
"express-messages": "^1.0.1",
"express-session": "^1.15.1",
"jquery": "^3.1.1",
"jqwidgets-framework": "^4.6.2",
"load-json-file": "^2.0.0",
"moment": "^2.18.1",
"pug": "^2.0.0-beta11",
"rdfstore": "^0.9.17",
"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"
}
}