-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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": "aem-frontend-workflow",
"version": "1.0.0",
"description": "AEM Frontend Workflow using gulp. This workflow helps to push HTML, CSS, SASS, JavaScript files to AEM instance without using Maven (mvn clean install).",
"author": "Muthu Kumaran <emailmkumaran@gmail.com>",
"keywords": [
"gulp",
"maven",
"aem",
"sling",
"slang",
"js",
"css",
"html",
"sass",
"workflow",
"gulp-watcher"
],
"main": "gulpfile.js",
"scripts": {
"test": "gulp sass"
},
"author": "Muthu Kumaran",
"license": "Unlicense",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-slang": "^1.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.1"
},
"bugs": {
"url": "https://github.com/iamkumaran/aem-frontend-workflow/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamkumaran/aem-frontend-workflow.git"
},
"homepage": "https://github.com/iamkumaran/aem-frontend-workflow#readme"
}