Skip to content

Instantly share code, notes, and snippets.

@VegaFromLyra
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VegaFromLyra/90a7308c2d1d221a1012 to your computer and use it in GitHub Desktop.
Save VegaFromLyra/90a7308c2d1d221a1012 to your computer and use it in GitHub Desktop.
Package.json
{
"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