-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 940 Bytes
/
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
{
"name": "LeadPagesBuildSystem",
"version": "1.0.0",
"description": "Build System to automate workflow for LeadPages template creation",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/scottsilvi/LeadPagesBuildSystem.git"
},
"keywords": [
"LeadPages"
],
"author": "Scott Silvi",
"license": "ISC",
"bugs": {
"url": "https://github.com/scottsilvi/LeadPagesBuildSystem/issues"
},
"homepage": "https://github.com/scottsilvi/LeadPagesBuildSystem",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^2.0.1",
"gulp-minify-html": "^0.1.6",
"gulp-notify": "^2.0.0",
"gulp-open": "^0.3.2",
"gulp-plumber": "^0.6.6",
"gulp-sass": "^1.1.0",
"gulp-zip": "^2.0.2"
}
}