11{
2- "name" : " fixtures" ,
2+ "name" : " tempApp" ,
3+ "version" : " 0.0.0" ,
4+ "main" : " server/app.js" ,
35 "dependencies" : {
46 "express" : " ~4.0.0" ,
57 "morgan" : " ~1.0.0" ,
2325 "passport-google-oauth" : " latest" ,
2426 "composable-middleware" : " ^0.3.0" ,
2527 "connect-mongo" : " ^0.4.1" ,
26- "socket.io" : " ~1.0.6" ,
28+ "socket.io" : " ^1.0.6" ,
29+ "socket.io-client" : " ^1.0.6" ,
2730 "socketio-jwt" : " ^2.0.2"
2831 },
2932 "devDependencies" : {
3033 "grunt" : " ~0.4.4" ,
3134 "grunt-autoprefixer" : " ~0.7.2" ,
32- "grunt-bower-install " : " ~1.4 .0" ,
35+ "grunt-wiredep " : " ~1.8 .0" ,
3336 "grunt-concurrent" : " ~0.5.0" ,
3437 "grunt-contrib-clean" : " ~0.5.0" ,
35- "grunt-contrib-compass" : " ~0.7.2" ,
3638 "grunt-contrib-concat" : " ~0.4.0" ,
3739 "grunt-contrib-copy" : " ~0.5.0" ,
3840 "grunt-contrib-cssmin" : " ~0.9.0" ,
4446 "grunt-contrib-coffee" : " ^0.10.1" ,
4547 "grunt-contrib-jade" : " ^0.11.0" ,
4648 "grunt-contrib-less" : " ^0.11.0" ,
47- "grunt-contrib-stylus" : " latest" ,
4849 "grunt-google-cdn" : " ~0.4.0" ,
4950 "grunt-newer" : " ~0.7.0" ,
50- "grunt-ngmin " : " ~0.0 .3" ,
51+ "grunt-ng-annotate " : " ^0.2 .3" ,
5152 "grunt-rev" : " ~0.1.0" ,
5253 "grunt-svgmin" : " ~0.4.0" ,
5354 "grunt-usemin" : " ~2.1.1" ,
5960 "grunt-protractor-runner" : " ^1.1.0" ,
6061 "grunt-asset-injector" : " ^0.1.0" ,
6162 "grunt-karma" : " ~0.8.2" ,
63+ "grunt-build-control" : " DaftMonk/grunt-build-control" ,
6264 "grunt-mocha-test" : " ~0.10.2" ,
6365 "grunt-contrib-sass" : " ^0.7.3" ,
66+ "grunt-contrib-stylus" : " latest" ,
6467 "jit-grunt" : " ^0.5.0" ,
6568 "time-grunt" : " ~0.3.1" ,
6669 "grunt-express-server" : " ~0.4.17" ,
7275 "karma-firefox-launcher" : " ~0.1.3" ,
7376 "karma-script-launcher" : " ~0.1.0" ,
7477 "karma-html2js-preprocessor" : " ~0.1.0" ,
78+ "karma-ng-jade2js-preprocessor" : " ^0.1.2" ,
7579 "karma-jasmine" : " ~0.1.5" ,
7680 "karma-chrome-launcher" : " ~0.1.3" ,
7781 "requirejs" : " ~2.1.11" ,
7882 "karma-requirejs" : " ~0.2.1" ,
7983 "karma-coffee-preprocessor" : " ~0.2.1" ,
8084 "karma-jade-preprocessor" : " 0.0.11" ,
81- "karma-ng-jade2js-preprocessor" : " ^0.1.2" ,
8285 "karma-phantomjs-launcher" : " ~0.1.4" ,
8386 "karma" : " ~0.12.9" ,
8487 "karma-ng-html2js-preprocessor" : " ~0.1.0" ,
8790 },
8891 "engines" : {
8992 "node" : " >=0.10.0"
90- }
91- }
93+ },
94+ "scripts" : {
95+ "start" : " node server/app.js" ,
96+ "test" : " grunt test" ,
97+ "update-webdriver" : " node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
98+ },
99+ "private" : true
100+ }
0 commit comments