settings to package.json
Showing
This diff is collapsed.
| ... | @@ -8,7 +8,10 @@ | ... | @@ -8,7 +8,10 @@ |
| }, | }, | ||
| "author": "Nikolay Gromov", | "author": "Nikolay Gromov", | ||
| "license": "MIT", | "license": "MIT", | ||
| "repository": "nicothin/NTH-start-project", | "repository": { | ||
| "type": "git", | |||
| "url": "https://github.com/nicothin/NTH-start-project.git" | |||
| }, | |||
| "devDependencies": { | "devDependencies": { | ||
| "autoprefixer": "^6.3.3", | "autoprefixer": "^6.3.3", | ||
| "browser-sync": "^2.11.1", | "browser-sync": "^2.11.1", | ||
| ... | @@ -33,5 +36,12 @@ | ... | @@ -33,5 +36,12 @@ |
| "gulp-svgstore": "^5.0.5", | "gulp-svgstore": "^5.0.5", | ||
| "gulp-uglify": "^1.5.2", | "gulp-uglify": "^1.5.2", | ||
| "imagemin-pngquant": "^4.2.0" | "imagemin-pngquant": "^4.2.0" | ||
| }, | |||
| "config": { | |||
| "directories": { | |||
| "source": "./src", | |||
| "build": "./build", | |||
| "blocks": "./src/blocks" | |||
| } | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment