-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.23 KB
/
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
33
34
35
36
37
38
39
40
41
{
"name": "loopback-connector-sqlite",
"version": "0.1.4",
"description": "LoopBack Connector for SQLite3 Database. LoopBack is an API Mgmt/MBaas platform built on top of express by StrongLoop. It supports the notion of connectors to connect to databases, restful web services, soap web services etc.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/Synerzip/loopback-connector-sqlite"
},
"keywords": [
"loopback",
"strongloop",
"connector",
"sqlite3"
],
"author": "Tushar Chauhan <chauhan.tushar@gmail.com>",
"license": {
"name": "Apache License 2.0",
"url": "https://github.com/Synerzip/loopback-connector-sqlite/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/Synerzip/loopback-connector-sqlite/issues"
},
"homepage": "https://github.com/Synerzip/loopback-connector-sqlite",
"dependencies": {
"async": "^0.9.0",
"debug": "^2.1.3",
"loopback-connector": "^1.2.1",
"sqlite3": "^3.0.5"
},
"devDependencies": {
"chai": "^2.1.2",
"loopback-datasource-juggler": "^2.25.0",
"mocha": "^2.2.1",
"rc": "^1.0.1",
"should": "^5.2.0"
}
}