forked from jouke/loopback-connector-cordova-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
42
43
44
45
46
{
"name": "loopback-connector-cordova-sqlite",
"version": "0.1.0",
"description": "LoopBack connector for SQLite under Cordova",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/jouke/loopback-connector-cordova-sqlite"
},
"keywords": [
"Strongloop",
"Loopback",
"Connector",
"Cordova",
"Phonegap",
"Ionic",
"SQLite",
"SQLite3"
],
"author": {
"name": "Jouke Visser",
"email": "[email protected]"
},
"license": "Apache License 2.0",
"bugs": {},
"homepage": "https://github.com/jouke/loopback-connector-cordova-sqlite",
"dependencies": {
"async": "^0.9.0",
"debug": "^2.2.0",
"loopback-connector": "git+ssh://[email protected]:agriwebb/loopback-connector.git#3618f871569077e8faca3f2daaf3d94246133cab",
"loopback-datasource-juggler": "git+ssh://[email protected]:agriwebb/loopback-datasource-juggler.git#4dd8c8db7d13e86c7a878aa7ad23fc16598950de"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-cordova-launcher": "0.0.9",
"karma-jasmine": "^0.3.8",
"karma-mocha": "^0.2.2",
"mocha": "^2.1.0",
"rc": "^1.0.1",
"should": "^8.0.2"
}
}