-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.36 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
{
"name": "qure",
"version": "0.2.33",
"description": "Tiny library introducing an easy design pattern.",
"author": {
"name": "Hakan Bilgin",
"email": "[email protected]",
"url": "https://github.com/hbi99"
},
"bin": {
"qure": "bin/qure.js"
},
"homepage": "https://github.com/hbi99/qure.js",
"main": "./dist/qure.js",
"keywords": [
"javascript",
"concurrency",
"queueing",
"recursion",
"design pattern"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hbi99/qure.js.git"
},
"bugs": {
"url": "https://github.com/hbi99/qure.js/issues"
},
"scripts": {},
"dependencies": {},
"devDependencies": {
"colors": "^1.3.0",
"conventional-github-releaser": "^3.0.0",
"defiant.js": "^1.4.5",
"gulp": "^3.9.1",
"gulp-bump": "^1.0.0",
"gulp-conventional-changelog": "^2.0.0",
"gulp-git": "^1.6.0",
"gulp-header": "^1.8.12",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.0.0",
"gulp-mocha": "^6.0.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.3",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.0.1",
"mysql": "^2.15.0",
"puppeteer": "^1.4.0",
"qure-defiant": "^1.0.1",
"qure-fs": "^1.0.4",
"qure-less": "^1.0.0",
"qure-mysql": "^1.0.5",
"run-sequence": "^1.1.4"
}
}