-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.65 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.65 KB
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
67
{
"name": "gulp-task-builder",
"version": "1.0.14",
"description": "Gulp task builder using a json object.",
"main": "index.js",
"scripts": {
"test": "node ./test/basic"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emallates/gulp-task-builder.git"
},
"keywords": [
"gulp",
"builder",
"easy gulp",
"gulp-concat",
"gulp-filter",
"gulp-rename",
"gulp-uglify",
"gulp-replace",
"gulp-wrapper",
"gulp-htmlmin",
"gulp-plumber",
"gulp-clean-css",
"gulp-intercept",
"gulp-task-builder",
"gulp-html-replace"
],
"author": "Nauman Ramzan ( nomi@emallates.com )",
"license": "MIT",
"bugs": {
"url": "https://github.com/Emallates/gulp-task-builder/issues"
},
"homepage": "https://github.com/Emallates/gulp-task-builder#readme",
"dependencies": {
"async": "^2.0.0-rc.4",
"dependency-tree-resolver": "^1.0.2",
"extend": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.7",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-html-replace": "^1.5.5",
"gulp-htmlmin": "^2.0.0",
"gulp-intercept": "^0.1.0",
"gulp-jsonminify": "^1.0.0",
"gulp-merge-json": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"gulp-uglifyes": "^0.1.2",
"gulp-wrapper": "^1.0.0",
"lodash": "^4.12.0",
"main-bower-files": "^2.13.0",
"merge-json": "0.1.0-b.3",
"pump": "^1.0.2",
"run-sequence": "^1.1.5",
"schema-inspector": "^1.6.4",
"vinyl-fs": "^3.0.0"
},
"devDependencies": {
"tape": "^4.5.1",
"vinyl": "^1.1.1"
}
}