UNPKG

1.35 kBJSONView Raw
1{
2 "name": "gulp-task-builder",
3 "version": "0.1.0",
4 "description": "gulp plugin which will receive JSON object of tasks and then execute them.",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/nomi-ramzan/gulp-task-builder.git"
12 },
13 "keywords": [
14 "gulp",
15 "task",
16 "builder"
17 ],
18 "author": "Nauman Ramzan ( nomi@emallates.com )",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/nomi-ramzan/gulp-task-builder/issues"
22 },
23 "homepage": "https://github.com/nomi-ramzan/gulp-task-builder#readme",
24 "devDependencies": {
25 "gulp": "^3.9.0",
26 "gulp-load-plugins": "^1.2.0",
27 "tape": "^4.5.1"
28 },
29 "dependencies": {
30 "async": "^1.5.2",
31 "gulp": "^3.9.1",
32 "gulp-clean-css": "^2.0.4",
33 "gulp-concat": "^2.6.0",
34 "gulp-filter": "^4.0.0",
35 "gulp-html-replace": "^1.5.5",
36 "gulp-htmlmin": "^1.3.0",
37 "gulp-intercept": "^0.1.0",
38 "gulp-load-plugins": "^1.2.0",
39 "gulp-plumber": "^1.0.1",
40 "gulp-rename": "^1.2.2",
41 "gulp-replace": "^0.5.4",
42 "gulp-uglify": "^1.5.1",
43 "gulp-watch": "^4.3.5",
44 "gulp-wrapper": "^1.0.0",
45 "main-bower-files": "^2.11.1",
46 "run-sequence": "^1.1.5"
47 },
48 "_shasum": "08f4e9f15a96a4fdb67c0e9c3c90f67f008aede0",
49 "_from": "gulp-task-builder@latest"
50}