Skip to content

Instantly share code, notes, and snippets.

@artyomtrityak
Last active August 29, 2015 13:58
Show Gist options
  • Save artyomtrityak/10075658 to your computer and use it in GitHub Desktop.
Save artyomtrityak/10075658 to your computer and use it in GitHub Desktop.
{
"name": "SDS-UI",
"description": "Software Delivery System User Interface",
"version": "2.0.0",
"license": "Copyright (c) 2005-2013 Electric Cloud, Inc.",
"config": {
"commander": "localhost"
},
"scripts": {
"preinstall": "gem install bundler --no-ri --no-rdoc --conservative && bundle install",
"start": "grunt run",
"test": "grunt test",
"build": "grunt build",
"startdev": "gulp"
},
"repository": {},
"dependencies": {
"coffee-script": "^1.7.1",
"grunt": "~0.4.1",
"grunt-cli": ">= 0.1.6",
"grunt-coffeelint": ">=0.0.6",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.6.6",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1",
"phantomjs": "~1.9.0-1",
"grunt-contrib-watch": "~0.5.3",
"grunt-newer": "~0.5.4",
"grunt-karma": "^0.8.0",
"karma": "^0.12.4",
"karma-chrome-launcher": "^0.1.3",
"karma-script-launcher": "^0.1.0",
"karma-firefox-launcher": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.18.2",
"karma-mocha": "^0.1.3"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"gulp": "^3.6.0",
"gulp-coffee": "^1.4.1",
"gulp-util": "^2.2.14",
"gulp-coffeelint": "^0.3.2",
"gulp-compass": "^1.1.8",
"gulp-connect": "^2.0.4",
"express": "^3.5.1",
"gulp-requirejs": "^0.1.3",
"gulp-cached": "0.0.3",
"gulp-clean": "^0.2.4",
"run-sequence": "^0.3.6",
"grunt-karma": "^0.8.0",
"karma": "^0.12.4",
"karma-chrome-launcher": "^0.1.3",
"karma-script-launcher": "^0.1.0",
"karma-firefox-launcher": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.18.2",
"karma-mocha": "^0.1.3",
"requirejs": "^2.1.11"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment