Last active
September 30, 2016 09:04
-
-
Save HiepVu511/41544f0d0c6aeb8028fb97bb588bb967 to your computer and use it in GitHub Desktop.
Package.json file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "jewelry-gulp", | |
| "version": "1.0.0", | |
| "description": "Jewelry WordPress Gulp Folder", | |
| "main": "index.js", | |
| "scripts": { | |
| }, | |
| "author": "netbaseteam", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "browser-sync": "^2.13.0", | |
| "browserify": "^13.1.0", | |
| "es6-promise": "^3.2.1", | |
| "gulp": "^3.9.1", | |
| "gulp-autoprefixer": "^3.1.0", | |
| "gulp-concat": "^2.6.0", | |
| "gulp-cssnano": "^2.1.2", | |
| "gulp-imagemin": "^3.0.1", | |
| "gulp-jshint": "^2.0.1", | |
| "gulp-plumber": "^1.1.0", | |
| "gulp-rename": "^1.2.2", | |
| "gulp-rtlcss": "^1.0.0", | |
| "gulp-sass": "^2.3.2", | |
| "gulp-uglify": "^1.5.4", | |
| "gulp-util": "^3.0.7", | |
| "jshint": "^2.9.2", | |
| "vinyl-buffer": "^1.0.0", | |
| "vinyl-source-stream": "^1.1.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment