Skip to content

Commit 454bf50

Browse files
committed
Heroku and MongoDB config
1 parent 8b4b344 commit 454bf50

File tree

2 files changed

+28
-29
lines changed

2 files changed

+28
-29
lines changed

data/mongod.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
2034

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,58 +23,58 @@
2323
"connect-mongo": "^0.8.1"
2424
},
2525
"devDependencies": {
26+
"connect-livereload": "~0.4.0",
2627
"grunt": "~0.4.4",
28+
"grunt-angular-templates": "^0.5.4",
2729
"grunt-autoprefixer": "~0.7.2",
28-
"grunt-wiredep": "~1.8.0",
30+
"grunt-build-control": "~0.4.0",
2931
"grunt-concurrent": "~0.5.0",
3032
"grunt-contrib-clean": "~0.5.0",
3133
"grunt-contrib-concat": "~0.4.0",
3234
"grunt-contrib-copy": "~0.5.0",
3335
"grunt-contrib-cssmin": "~0.9.0",
3436
"grunt-contrib-htmlmin": "~0.2.0",
35-
"grunt-contrib-imagemin": "~0.7.1",
37+
"grunt-contrib-imagemin": "^0.9.4",
3638
"grunt-contrib-jshint": "~0.10.0",
3739
"grunt-contrib-uglify": "~0.4.0",
3840
"grunt-contrib-watch": "~0.6.1",
41+
"grunt-dom-munger": "^3.4.0",
42+
"grunt-env": "~0.4.1",
43+
"grunt-express-server": "~0.4.17",
3944
"grunt-google-cdn": "~0.4.0",
45+
"grunt-injector": "~0.5.4",
46+
"grunt-karma": "~0.8.2",
47+
"grunt-mocha-test": "~0.10.2",
4048
"grunt-newer": "~0.7.0",
4149
"grunt-ng-annotate": "^0.2.3",
42-
"grunt-rev": "~0.1.0",
43-
"grunt-svgmin": "~0.4.0",
44-
"grunt-usemin": "~2.1.1",
45-
"grunt-env": "~0.4.1",
4650
"grunt-node-inspector": "~0.1.5",
4751
"grunt-nodemon": "~0.2.0",
48-
"grunt-angular-templates": "^0.5.4",
49-
"grunt-dom-munger": "^3.4.0",
52+
"grunt-open": "~0.2.3",
5053
"grunt-protractor-runner": "^1.1.0",
51-
"grunt-injector": "~0.5.4",
52-
"grunt-karma": "~0.8.2",
53-
"grunt-build-control": "~0.4.0",
54-
"grunt-mocha-test": "~0.10.2",
54+
"grunt-rev": "~0.1.0",
55+
"grunt-svgmin": "~0.4.0",
56+
"grunt-usemin": "~2.1.1",
57+
"grunt-wiredep": "~1.8.0",
5558
"jit-grunt": "^0.5.0",
56-
"time-grunt": "~0.3.1",
57-
"grunt-express-server": "~0.4.17",
58-
"grunt-open": "~0.2.3",
59-
"open": "~0.0.4",
6059
"jshint-stylish": "~0.1.5",
61-
"connect-livereload": "~0.4.0",
62-
"karma-ng-scenario": "~0.1.0",
63-
"karma-firefox-launcher": "~0.1.3",
64-
"karma-script-launcher": "~0.1.0",
65-
"karma-html2js-preprocessor": "~0.1.0",
66-
"karma-ng-jade2js-preprocessor": "^0.1.2",
67-
"karma-jasmine": "~0.1.5",
60+
"karma": "~0.12.9",
6861
"karma-chrome-launcher": "~0.1.3",
69-
"requirejs": "~2.1.11",
70-
"karma-requirejs": "~0.2.1",
7162
"karma-coffee-preprocessor": "~0.2.1",
63+
"karma-firefox-launcher": "~0.1.3",
64+
"karma-html2js-preprocessor": "~0.1.0",
7265
"karma-jade-preprocessor": "0.0.11",
73-
"karma-phantomjs-launcher": "~0.1.4",
74-
"karma": "~0.12.9",
66+
"karma-jasmine": "~0.1.5",
7567
"karma-ng-html2js-preprocessor": "~0.1.0",
68+
"karma-ng-jade2js-preprocessor": "^0.1.2",
69+
"karma-ng-scenario": "~0.1.0",
70+
"karma-phantomjs-launcher": "~0.1.4",
71+
"karma-requirejs": "~0.2.1",
72+
"karma-script-launcher": "~0.1.0",
73+
"open": "~0.0.4",
74+
"requirejs": "~2.1.11",
75+
"should": "~3.3.1",
7676
"supertest": "~0.11.0",
77-
"should": "~3.3.1"
77+
"time-grunt": "~0.3.1"
7878
},
7979
"engines": {
8080
"node": ">=0.10.0"

0 commit comments

Comments
 (0)