-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 843 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 843 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
{
"bugs": {
"email": "pere.jobs@gmail.com",
"url": "https://github.com/kripken/sql.js/issues"
},
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",
"devDependencies": {
"test": ">=0.6",
"workerjs": ">=0.1"
},
"homepage": "http://github.com/kripken/sql.js",
"keywords": [
"sql",
"sqlite",
"stand-alone",
"relational",
"database",
"RDBMS",
"data",
"query",
"statement",
"emscripten",
"asm",
"asm.js"
],
"license": "MIT",
"main": "./js/sql.js",
"name": "sql.js",
"repository": {
"type": "git",
"url": "http://github.com/kripken/sql.js.git"
},
"scripts": {
"test": "node test/all.js"
},
"version": "0.3.2"
}