-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.2 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
44
{
"name": "cellmap",
"version": "0.0.1",
"description": "Cell Map framework",
"main": "app.js",
"author": "Christian Dallago",
"license": "GPLv3",
"private": true,
"homepage": "htts://dallago.us",
"bugs": {
"url": "https://github.com/sacdallago/cellmap/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sacdallago/cellmap.git"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"mongoose": "~4.4.5",
"q": "^1.1.2",
"console-stamp": "latest",
"express": "latest",
"compression": "latest",
"pug": "latest",
"node-watch": "latest",
"gridfs-stream": "latest",
"formidable": "latest",
"passport": "latest",
"passport-google-oauth2": "latest",
"cookie-parser": "latest",
"universal-analytics": "latest",
"express-session": "latest",
"connect-mongo": "latest",
"node-uuid": "latest",
"serve-favicon": "latest"
},
"devDependencies": {},
"scripts": {
"build:database": "node --max_old_space_size=9500 scripts/dataImporter.js",
"start": "node app.js"
}
}