Last active
August 29, 2015 14:13
-
-
Save conradmuan/40785e6b8661ab5f17c5 to your computer and use it in GitHub Desktop.
npm typical devDependencies
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
| "devDependencies": { | |
| "bootstrap": "^3.3.2", | |
| "browser-sync": "^1.9.0", | |
| "browserify": "^8.1.1", | |
| "browserify-shim": "^3.8.2", | |
| "gulp": "^3.8.10", | |
| "gulp-rename": "^1.2.0", | |
| "gulp-uglify": "^1.1.0", | |
| "gulp-watch": "^3.0.0", | |
| "jquery": "^2.1.3", | |
| "require-dir": "^0.1.0", | |
| "vinyl-buffer": "^1.0.0", | |
| "vinyl-source-stream": "^1.0.0" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment