-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "loopback-connector-agenda",
"description": "Loopback Agenda Connector",
"version": "1.0.0",
"homepage": "https://github.com/mrbatista/loopback-connector-agenda",
"bugs": "https://github.com/mrbatista/loopback-connector-agenda/issues",
"license": "MIT",
"main": "lib/index.js",
"author": {
"name": "Matteo Padovano",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/mrbatista/loopback-connector-agenda"
},
"keywords": [],
"dependencies": {
"agenda": "^1.0.0",
"bluebird": "^3.5.0",
"debug": "^3.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.1",
"dirty-chai": "^1.2.2",
"eslint": "^4.7.2",
"eslint-config-loopback": "^8.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^4.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^3.0.0",
"loopback-datasource-juggler": "^3.12.0",
"rc": "^1.2.1",
"should": "^11.1.0"
},
"scripts": {
"test": "gulp"
}
}