Last active
August 29, 2015 14:25
-
-
Save VegaFromLyra/90a7308c2d1d221a1012 to your computer and use it in GitHub Desktop.
Package.json
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": "contentPortal", | |
"description": "Portal to manage content, contracts and sales", | |
"version": "1.0.0", | |
"repository": { | |
"type": "git", | |
"url": "https://playport.visualstudio.com/DefaultCollection/_git/ContentPortal" | |
}, | |
"devDependencies": { | |
"grunt": "^0.4.5", | |
"grunt-contrib-clean": "^0.6.0", | |
"grunt-contrib-concat": "^0.5.1", | |
"grunt-contrib-copy": "^0.8.0", | |
"grunt-contrib-cssmin": "^0.12.3", | |
"grunt-contrib-htmlmin": "^0.4.0", | |
"grunt-contrib-imagemin": "^0.9.4", | |
"grunt-contrib-jshint": "^0.11.2", | |
"grunt-contrib-nodeunit": "~0.4.1", | |
"grunt-contrib-uglify": "^0.9.1", | |
"grunt-ftp-deploy": "^0.1.10", | |
"grunt-protractor-runner": "^2.0.0", | |
"grunt-text-replace": "^0.4.0", | |
"moment": "^2.10.2", | |
"ng-csv": "^0.3.3", | |
"underscore": "^1.8.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment