forked from jayralencar/sqlite-sync.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 768 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 768 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "sqlite-sync",
"description": "Node module to sqlite sync and async ",
"readmeFilename": "README.md",
"keywords": [
"sqlite",
"sqlite3",
"sync",
"async",
"database"
],
"tags": [
"sqlite",
"sqlite3",
"sync",
"async",
"database"
],
"version": "0.3.9",
"author": {
"name": "Jayr Alencar",
"email": "jayralencarpereira@gmail.com",
"homepage": "http://www.jayralencar.com.br"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JayrAlencar/sqlite-sync.js"
},
"dependencies": {
"npm": "^6.4.1",
"sql.js": "^0.3.2"
},
"scripts": {
"test": "node test/test.js"
},
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"main": "sqlite.js"
}