This repository was archived by the owner on Aug 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.48 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.48 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "serge_express",
"version": "1.0.0",
"description": "",
"main": "main.js",
"bin": "bin.js",
"dependencies": {
"adm-zip": "^0.4.13",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-pouchdb": "^4.1.0",
"ip": "^1.1.5",
"nodemon": "^1.18.11",
"opn": "^6.0.0",
"path": "^0.12.7",
"pouchdb-adapter-http": "^7.0.0",
"pouchdb-adapter-node-websql": "^7.0.0",
"pouchdb-core": "^7.0.0",
"pouchdb-mapreduce": "^7.0.0",
"pouchdb-replication": "^7.0.0",
"sqlite3": "^4.1.0",
"uniqid": "^5.0.3",
"walk": "^2.3.14"
},
"optionalDependencies": {
"node-windows": "^0.1.14"
},
"devDependencies": {
"find": "^0.3.0",
"pkg": "^4.4.0"
},
"pkg": {
"assets": [
"client/build/**/*",
"default_img/**/*",
"node_modules/pouchdb-fauxton/www/**/*"
]
},
"scripts": {
"offline-install": "cd ./offline && node install-modules && cd ../client && npm run build",
"save-modules": "npm install && cd ./client && npm install && cd ../offline && node save-modules",
"dev": "nodemon main.js",
"heroku-postbuild": "cd ./client && npm i && npm run build",
"start": "node main.js",
"pkg-build": "node pkgResolveErrors.js && pkg . --out-path ./pkg-builds && node pkgCopyNodes.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeepBlueCLtd/serge.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DeepBlueCLtd/serge/issues"
}
}