forked from xjdesigns/LeadPagesBuildSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "LeadPagesBuildSystem",
"version": "1.0.2",
"description": "Build System to automate workflow for LeadPages template creation",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/scottsilvi/LeadPagesBuildSystem.git"
},
"keywords": [
"LeadPages"
],
"author": "Scott Silvi, Mon Lu",
"license": "ISC",
"bugs": {
"url": "https://github.com/LeadPages/LeadPagesBuildSystem/issues"
},
"homepage": "https://github.com/LeadPages/LeadPagesBuildSystem",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.8",
"gulp-cached": "^1.0.4",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-cssmin": "^0.1.6",
"gulp-debug": "^2.0.0",
"gulp-help": "^1.3.3",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.9.2",
"gulp-jsonlint": "^1.0.2",
"gulp-less": "^2.0.1",
"gulp-logger": "0.0.2",
"gulp-newer": "^0.5.0",
"gulp-notify": "^2.0.0",
"gulp-open": "^0.3.2",
"gulp-plumber": "^0.6.6",
"gulp-sass": "^1.1.0",
"gulp-strip-comments": "^1.0.1",
"gulp-uglify": "^1.1.0",
"gulp-zip": "^2.0.2",
"jshint-stylish": "^1.0.0",
"yargs": "^3.3.1"
}
}