-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "gulpjs-scss-less-js",
"version": "1.0.0",
"description": "Automate your SCSS/LESS task and bundle your JS scripts with GulpJS",
"main": "index.js",
"scripts": {
"test": "console.log(\"GulpJS Task running...\");"
},
"repository": {
"type": "git",
"url": "git+https://github.com/03bgls25/gulpjs-scss-less-js.git"
},
"keywords": [
"gulpjs",
"scss",
"less",
"js"
],
"author": "Bal Gopal Lal Shrestha",
"license": "MIT",
"bugs": {
"url": "https://github.com/03bgls25/gulpjs-scss-less-js/issues"
},
"homepage": "https://github.com/03bgls25/gulpjs-scss-less-js#readme",
"devDependencies": {
"bower": "^1.8.4",
"browser-sync": "^2.24.5",
"gulp": "^3.9.1",
"less": "^3.7.1",
"sass": "^1.9.2"
},
"dependencies": {
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1"
}
}