forked from pubkey/rxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "rxdb-example-electron",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "concurrently \"npm run server\" \"npm run electron\"",
"electron": "electron .",
"server": "pouchdb-server --host 0.0.0.0 -p 10102 -m -d /tmp/pouchdb-server/ -n true"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.23.0",
"concurrently": "^3.3.0",
"electron": "^1.4.15",
"electron-tabs": "^0.5.1",
"electron-window-manager": "^1.0.4",
"pouchdb-adapter-http": "^6.1.2",
"pouchdb-adapter-websql": "^6.1.2",
"pouchdb-replication": "^6.1.2",
"pouchdb-server": "^2.3.4",
"rxjs": "^5.2.0",
"watchjs": "0.0.0"
}
}