-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 874 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
{
"name": "multikey-modx-template",
"repository": {
"type": "git",
"url": "https://github.com/NikolasMelui/multikey-modx-template.git"
},
"version": "3.0.0",
"description": "Multikey Modx Template",
"main": "gulpfile.js",
"scripts": {
"dev": "NODE_ENV=development ./node_modules/.bin/gulp",
"prod": "NODE_ENV=production ./node_modules/.bin/gulp"
},
"author": "NikolasMelui & Rinat Dav",
"license": "ISC",
"devDependencies": {
"gulp": "gulpjs/gulp#4.0",
"browser-sync": "^2.24.5",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"stream-combiner2": "^1.1.1"
}
}