Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "server.js",
"scripts": {
"test": "",
"postinstall": "bower install && grunt default"
"postinstall": "./node_modules/.bin/bower install && ./node_modules/.bin/grunt default"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These must be referenced locally (as they’re not available in Heroku’s deploy environment).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screen shot 2014-09-18 at 9 19 49 pm

},
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,10 +55,18 @@
},
"dependencies": {
"body-parser": "^1.7.0",
"bower": "^1.3.11",
"connect-assets": "^4.3.0",
"coffeelint": "^1.6.0",
"errorhandler": "^1.1.1",
"express": "^4.8.7",
"express-session": "^1.7.6",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"jade": "^1.6.0",
"method-override": "^2.2.0",
"morgan": "^1.3.0",
Expand All @@ -67,12 +75,6 @@
"serve-favicon": "^2.1.1"
},
"devDependencies": {
"coffeelint": "^1.6.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-protractor-runner": "^1.1.4",
"protractor": "^1.1.1"
}
Expand Down