Skip to content

Commit

Permalink
Updated, sorted and cleaned up server libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
sderickson committed Mar 27, 2015
1 parent a90036e commit 9d3a7da
Show file tree
Hide file tree
Showing 107 changed files with 43 additions and 3,519 deletions.
4 changes: 0 additions & 4 deletions app/templates/common/base.jade
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
block header

#content.container
block content

block footer
4 changes: 1 addition & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,10 @@ module.exports = function(config) {
},

plugins : [
'karma-jasmine',
'karma-chrome-launcher',
'karma-phantomjs-launcher',
'karma-coffee-preprocessor',
'karma-coverage',
'karma-firefox-launcher'
'karma-jasmine'
]
});

Expand Down
87 changes: 39 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,58 +25,49 @@
"***"
],
"dependencies": {
"express": "~3.0.6",
"winston": "0.6.x",
"passport": "0.1.x",
"passport-local": "0.1.x",
"moment": "~2.5.0",
"mongodb": "1.2.x",
"async": "0.9.x",
"coffee-script": "1.9.x",
"connect": "3.3.x",
"express": "3.0.x",
"express-useragent": "0.1.x",
"graceful-fs": "3.0.x",
"gridfs-stream": "1.1.x",
"lodash": "3.6.x",
"moment": "2.9.x",
"mongodb": "2.0.x",
"mongoose": "3.8.x",
"mongoose-text-search": "~0.0.2",
"request": "2.12.x",
"tv4": "~1.0.16",
"lodash": "*",
"underscore.string": "2.3.x",
"async": "0.2.x",
"connect": "2.7.x",
"coffee-script": "1.7.x",
"graceful-fs": "~2.0.1",
"express-useragent": "~0.0.9",
"gridfs-stream": "0.4.x",
"stream-buffers": "0.2.x",
"xml2js": "2.4.5"
"mongoose-text-search": "0.0.x",
"passport": "0.2.x",
"passport-local": "1.0.x",
"request": "2.54.x",
"tv4": "1.1.x",
"underscore.string": "3.0.x",
"winston": "0.9.x",
"xml2js": "0.4.x"
},
"devDependencies": {
"auto-reload-brunch": "> 1.0 < 1.8",
"bower": "~1.3.8",
"brunch": "~1.7.4",
"coffee-script-brunch": "https://github.com/brunch/coffee-script-brunch/tarball/master",
"coffeelint-brunch": "> 1.0 < 1.8",
"compressible": "~1.0.1",
"css-brunch": "> 1.0 < 1.8",
"gaze": "0.6.4",
"jade": "0.33.x",
"jade-brunch": "> 1.0 < 1.8",
"auto-reload-brunch": "1.7.x",
"bower": "1.3.x",
"brunch": "1.7.x",
"coffee-script-brunch": "1.8.x",
"coffeelint-brunch": "1.7.x",
"compressible": "2.0.x",
"css-brunch": "1.7.x",
"gaze": "0.5.x",
"jade": "1.9.x",
"jade-brunch": "1.8.x",
"jasmine-node": "1.14.x",
"jasmine-spec-reporter": "~0.3.0",
"javascript-brunch": "> 1.0 < 1.8",
"karma": "~0.12",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.2",
"karma-coverage": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "~0.1.1",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"marked": "0.2.x",
"mockgoose": "~1.8",
"nodemon": "0.7.5",
"requirejs": "~2.1.10",
"sass-brunch": "1.7.2",
"uglify-js-brunch": "~1.7.4",
"ws": "*"
"javascript-brunch": "1.7.x",
"karma": "0.12.x",
"karma-chrome-launcher": "0.1.x",
"karma-coffee-preprocessor": "0.2.x",
"karma-coverage": "0.2.x",
"karma-jasmine": "0.3.x",
"mockgoose": "1.10.x",
"nodemon": "1.3.x",
"sass-brunch": "1.8.x",
"uglify-js-brunch": "1.7.x",
"ws": "0.7.1"
},
"license": "MIT for the code, and CC-BY for the art and music",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion scripts/devSetup/.gitignore

This file was deleted.

70 changes: 0 additions & 70 deletions scripts/devSetup/bootstrap.sh

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/devSetup/configuration.py

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/devSetup/dependency.py

This file was deleted.

55 changes: 0 additions & 55 deletions scripts/devSetup/directoryController.py

This file was deleted.

41 changes: 0 additions & 41 deletions scripts/devSetup/downloader.py

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/devSetup/errors.py

This file was deleted.

Loading

0 comments on commit 9d3a7da

Please sign in to comment.