-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.24 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "blezer",
"version": "0.12.7",
"main": "index.js",
"preferGlobal": true,
"engines": {
"node": ">= 7.6.0"
},
"keywords": [
"blezer",
"nodejs",
"sidekiq",
"queue",
"resque",
"job",
"worker",
"task",
"async",
"async-await",
"asyncawait",
"es6",
"es7",
"es2015"
],
"author": {
"name": "Zaiste",
"url": "https://github.com/zaiste"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/zaiste/blezer"
},
"dependencies": {
"axios": "^0.17.1",
"bluebird": "^3.5.1",
"chalk": "^2.3.0",
"chokidar": "^1.7.0",
"figlet": "^1.2.0",
"fs-extra": "^5.0.0",
"huncwot": "^0.17.0",
"nunjucks": "^3.0.1",
"pkginfo": "^0.4.1",
"redis": "^2.8.0",
"require-all": "^2.2.0",
"sugar-date": "^2.0.4",
"uuid": "^3.1.0",
"yargs": "^10.0.3"
},
"bin": {
"blezer": "cli.js"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"eslint": "^4.13.1",
"mocha": "^4.0.1",
"nodemon": "^1.12.7",
"redis-mock": "^0.20.0"
},
"scripts": {
"check": "eslint .",
"test": "mocha",
"web": "nodemon -e html,js -w . -w lib/web/views lib/web/app.js"
}
}