-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 907 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
{
"name": "enterprise-integration-boilerplate",
"version": "1.0.0",
"description": "A simple gulp boilerplate for helping developers integrate their code with Enterprise Marketing Automation Software, like Adobe Experience Manager, Eloqua or Marketo.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "DesignyourCode",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.12.9",
"gulp": "^3.9.1",
"gulp-concat": "^2.5.2",
"gulp-imagemin": "^3.0.1",
"gulp-inline-source": "*",
"gulp-notify": "^3.0.0",
"gulp-remove-html": "^1.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.6",
"gulp-style-inject": "*",
"gulp-uglify": "^2.1.2",
"run-sequence": "^1.2.2"
}
}