-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 975 Bytes
/
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
{
"name": "trailpack-kue",
"version": "0.3.2",
"description": "Kue implementation for TrailsJs.io",
"homepage": "http://trailsjs.io",
"author": {
"name": "Mattia Lobertini <[email protected]>",
"email": "[email protected]",
"url": "https://github.com/lobetia/trailpack-kue"
},
"main": "index.js",
"keywords": [
"kue",
"trailpack",
"trails",
"trailsj",
"trailjs"
],
"dependencies": {
"joi": "10.4.1",
"kue": "0.11.5",
"lodash": "4.17.4",
"trailpack": "2.1.2"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-trails": "3.0.0",
"lodash": "4.17.4",
"mocha": "3.2.0",
"smokesignals": "2.1.0",
"trails": "2.0.2"
},
"scripts": {
"test": "eslint . && mocha",
"fix-lint":"eslint --fix ."
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "https://github.com/LobeTia/trailpack-kue",
"license": "MIT"
}