-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 813 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 813 Bytes
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
{
"name": "gulp_setup_for_websites_development",
"version": "1.0.0",
"description": "Simple Gulp setup for websites develoment",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Gulp"
],
"author": "Michał Milanowski",
"license": "MIT",
"devDependencies": {
"browserify": "^14.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean": "^0.3.2",
"gulp-htmlmin": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-tinypng": "^1.0.2",
"gulp-uglify": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-ftp": "^0.6.0",
"vinyl-source-stream": "^1.1.0"
}
}