-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 820 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 820 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
{
"version": "1.1.5",
"license": "MIT",
"name": "dblite",
"description": "a zero hassle wrapper for sqlite",
"homepage": "https://github.com/WebReflection/dblite",
"keywords": [
"sqlite",
"sqlite3",
"shell",
"query",
"embedded",
"arch linux",
"raspberry pi",
"cubieboard",
"cubieboard2",
"simple",
"no gyp",
"no compile",
"no hassle",
"wrap",
"spawn"
],
"author": "Andrea Giammarchi",
"repository": {
"type": "git",
"url": "git://github.com/WebReflection/dblite.git"
},
"main": "./build/dblite.node.js",
"scripts": {
"test": "node test/.test.js"
},
"dependencies": {},
"devDependencies": {
"jshint": "^2.12.0",
"wru": "^0.3.0"
},
"bugs": {
"url": "https://github.com/WebReflection/dblite/issues"
}
}