forked from C3BI-pasteur-fr/Cassandre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1008 Bytes
/
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
{
"name": "cassandre",
"version": "0.0.0",
"description": "Personal database system integrating a user-friendly interface to manage and explore multiple sets of large-scale experimental results",
"keywords": [
"biology",
"bioinformatics",
"data visualisation"
],
"author": {
"name": "Simon Malesys",
"email": "[email protected]"
},
"contributors": [
{
"name": "Hervé Ménager",
"email": "[email protected]"
},
{
"name": "Christophe Malabat",
"email": "[email protected]"
}
],
"license": "ISC",
"main": "app.js",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.13.1",
"config": "^1.14.0",
"express": "^4.13.3",
"mongodb": "^2.0.49",
"multer": "^1.0.5",
"xlsx": "^0.8.0"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://projets.pasteur.fr/git/cassandre"
}
}