-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 731 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
{
"name": "monator-liferay-instant-deploy-theme-tool",
"version": "0.9.0",
"description": "This small Gulp script will monitor your source code theme folder and when a file is changed it will instantly inject those changes into the server and makes sure that the scss is recompiled into a css file if needed",
"main": "index.js",
"keywords": [
"liferay",
"monator",
"theme",
"development",
"tool"
],
"author": "Monator Technologies",
"contributors": [
{
"name": "Emil Oberg",
"url": "http://emiloberg.se"
}
],
"license": "MIT",
"dependencies": {
"gulp": "^3.8.5",
"gulp-newer": "^0.3.0",
"gulp-header": "^1.0.2",
"gulp-livereload": "^2.1.0"
}
}