forked from liferay/liferay-theme-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.92 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "liferay-theme-tasks",
"version": "1.2.3",
"description": "A set of tasks for building and deploying Liferay Portal themes.",
"license": "MIT",
"main": "index.js",
"author": "Rob Frampton <rob.g.frampton@gmail.com> (https://github.com/Robert-Frampton)",
"repository": "liferay/liferay-theme-tasks",
"keywords": [
"liferay",
"theme"
],
"scripts": {
"test": "node test/index.js"
},
"dependencies": {
"async": "^0.9.0",
"compass-mixins": "^0.12.8",
"convert-bootstrap-2-to-3": "^1.0.1",
"cross-spawn": "^2.2.3",
"del": "^1.1.1",
"diff": "^1.4.0",
"fs-extra": "^0.24.0",
"glob": "^5.0.10",
"globby": "^4.0.0",
"gogo-shell": "*",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-debug": "^2.0.0",
"gulp-filter": "^2.0.2",
"gulp-help": "^1.6.1",
"gulp-if": "^1.2.5",
"gulp-inject": "^2.2.0",
"gulp-liferay-r2-css": "^0.0.2",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^0.8.0",
"gulp-plumber": "^0.6.6",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.0",
"gulp-replace-task": "^0.2.1",
"gulp-sourcemaps": "^1.2.8",
"gulp-storage": "^1.0.6",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"gulp-sort": "^2.0.0",
"inquirer": "^0.12.0",
"liferay-plugin-node-tasks": "*",
"lodash": "^3.10.0",
"minimist": "^1.1.0",
"node-bourbon": "4.2.3",
"npm-keyword": "^1.1.1",
"package-json": "^1.2.0",
"resolve": "^1.1.7",
"run-sequence": "^1.0.2",
"through2": "^2.0.0",
"update-notifier": "^0.5.0",
"vinyl-paths": "^1.0.0",
"xml2js": "^0.4.15"
},
"devDependencies": {
"bluebird": "^3.3.4",
"chai": "^1.10.0",
"chai-fs": "^0.1.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-ruby-sass": "^2.0.6",
"gulp-sass": "^2.1.1",
"liferay-theme-deps-6.2": "*",
"liferay-theme-deps-7.0": "*",
"sinon": "^1.17.2"
}
}