Skip to content

Commit 3a91a84

Browse files
committed
Hello
0 parents  commit 3a91a84

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "imageoptim-website",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "gulp watch"
8+
},
9+
"author": "Kornel Lesiński <[email protected]> (https://kornel.ski/)",
10+
"license": "BSD-2-Clause",
11+
"devDependencies": {
12+
"browser-sync": "^2.11.2",
13+
"gulp": "^3.9.1",
14+
"gulp-autoprefixer": "^3.1.0",
15+
"gulp-clean-css": "^2.0.6",
16+
"gulp-each": "^0.1.1",
17+
"gulp-htmlmin": "^1.3.0",
18+
"gulp-sass": "^2.2.0",
19+
"gulp-zopfli": "^1.0.0",
20+
"js-yaml": "^3.5.5",
21+
"nunjucks": "^2.4.1"
22+
}
23+
}

0 commit comments

Comments
 (0)