Created
June 26, 2015 06:15
-
-
Save ajcrites/4f3d10e1c2440e732839 to your computer and use it in GitHub Desktop.
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
| "dependencies": { | |
| "del": "^1.1.1", | |
| "gulp": "^3.5.6", | |
| "gulp-concat": "^2.5.2", | |
| "gulp-minify-css": "^0.3.0", | |
| "gulp-rename": "^1.2.0", | |
| "gulp-sass": "^1.3.3", | |
| "gulp-sourcemaps": "^1.5.2", | |
| "gulp-uglify": "^1.2.0", | |
| "gulp-ng-annotate": "^0.5.3" | |
| }, | |
| "devDependencies": { | |
| "chai": "^2.3.0", | |
| "gulp-jshint": "^1.11.0", | |
| "karma": "^0.12.31", | |
| "karma-chai-sinon": "^0.1.4", | |
| "karma-mocha": "^0.1.10", | |
| "karma-ng-html2js-preprocessor": "^0.1.2", | |
| "karma-phantomjs-launcher": "^0.1.4", | |
| "mocha": "^2.2.4", | |
| "sinon": "^1.14.1", | |
| "sinon-chai": "^2.7.0" | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment