-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.49 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "gulp_tasks",
"version": "1.0.0",
"description": "Standard Gulp Build Process broken down into individual task modules",
"main": "",
"scripts": {
"gulp": "gulp",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barlowm/gulp_tasks.git"
},
"author": "barlowm@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/barlowm/gulp_tasks/issues"
},
"homepage": "https://github.com/barlowm/gulp_tasks#readme",
"dependencies": {
"config": "^1.24.0",
"dotenv": "^2.0.0",
"font-awesome": "^4.7.0",
"fs-extra": "^1.0.0",
"jquery": "^3.1.1",
"js-yaml": "^3.7.0",
"lodash": "^4.17.2",
"method-override": "^2.3.7",
"pretty-hrtime": "^1.0.3",
"proxy-middleware": "^0.15.0",
"require-dir": "^0.3.1",
"toml": "^2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"aliasify": "^2.1.0",
"autoprefixer": "^6.5.3",
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.2",
"browserify": "^13.1.1",
"chai-jquery": "^2.0.0",
"chai": "^3.5.0",
"coffee-script": "^1.11.1",
"cson": "^4.0.0",
"del": "^2.2.2",
"eslint": ">=4.18.2",
"eslint-plugin-json": "^1.2.0",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-changed": "^1.3.2",
"gulp-connect": "^5.0.0",
"gulp-csso": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-filesize": "^0.0.6",
"gulp-flatten": "^0.3.1",
"gulp-define-module": "^0.1.5",
"gulp-forever-monitor": "^0.0.3",
"gulp-help": "^1.6.1",
"gulp-less": "^3.3.0",
"gulp-if": "^2.0.2",
"gulp-html-replace": "^1.6.2",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-strip-debug": "^1.1.0",
"gulp-task-listing": "^1.0.1",
"gulp-sourcemaps": "^1.9.1",
"gulp-notify": "^2.2.0",
"gulp-mocha": "^3.0.1",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"gulp-postcss": "^6.2.0",
"gulp-imagemin": "^3.1.1",
"mochawesome": "^1.5.4",
"properties": "^1.2.1",
"supertest": "^2.0.1",
"supertest-as-promised": "^4.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}