-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 863 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
{
"name": "database-js-sqlite",
"version": "1.2.4",
"description": "Database-js wrapper for SQLite",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaanderson/database-js-sqlite.git"
},
"keywords": [
"database-js",
"sqlite"
],
"author": "Michael Anderson <michael@anderson-clan.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mlaanderson/database-js-sqlite/issues"
},
"homepage": "https://github.com/mlaanderson/database-js-sqlite#readme",
"dependencies": {
"database-js-common": "git+https://github.com/mlaanderson/database-js-common.git",
"debug": "^3.1.0",
"sql.js": "^0.4.0",
"sqlite3": "git+https://github.com/mapbox/node-sqlite3.git"
},
"devDependencies": {
"database-js": "^3.0.2"
}
}