MecatronicaUncu / Red-Social-Asociacion

A small open source social network for any small community
GNU General Public License v2.0
3 stars 1 forks source link

dev dependencies #114

Closed francoa closed 8 years ago

francoa commented 8 years ago

Estaba revisando el package.json y estas están en devDependencies y no están en dependencies:

cookies, crypto, keygrip, request, sha256

Algunas las debo haber puesto yo ahí :S. Habría que pasarlas a dependencies

Alguna más que se vea por ahí?

andresmanelli commented 8 years ago

Van los que pusiste vos más algunos más. Es la lista completa.

"dependencies": {
    "body-parser": "^1.14.1",
    "coffeelint": "^1.14.1", A DEV?
    "cookie-parser": "^1.1.0",
    "cors": "^2.7.1",
    "cozy-ical": "^1.1.6",
    "ejs": ">=0.0.1", A DEV?
    "email-templates": "^2.2.0",
    "errorhandler": "^1.4.2",
    "express": "^4.8.0",
    "grunt-contrib-sass": "^0.8.1", A DEV?
    "morgan": "^1.6.1",
    "multer": "^1.1.0",
    "neo4j": "~1.1", ESTO NO ES LO MISMO QUE NODE-NEO4J??
    "nodemailer": "~2.3.0",
    "serve-favicon": "^2.3.0",
    "serve-static": "^1.10.0"
  },
  "devDependencies": {
    "cookies": "^0.5.0", A PROD?
    "crypto": "0.0.3", A PROD?
    "grunt": "^0.4.5",
    "grunt-autoprefixer": "~0.4.0",
    "grunt-bower-install": "~1.0.0",
    "grunt-bump": "0.0.6",
    "grunt-coffeelint": "~0.0.10",
    "grunt-concurrent": "~0.5.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-coffee": "^0.7.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-connect": "~0.5.0",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-cssmin": "~0.7.0",
    "grunt-contrib-htmlmin": "~0.1.3",
    "grunt-contrib-imagemin": "~0.3.0",
    "grunt-contrib-jshint": "~0.7.1",
    "grunt-contrib-sass": "^0.8.1",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-contrib-watch": "~0.5.2",
    "grunt-conventional-changelog": "^0.1.2",
    "grunt-develop": "~0.2.2",
    "grunt-express-server": "^0.5.1",
    "grunt-google-cdn": "~0.2.0",
    "grunt-html2js": "^0.1.9",
    "grunt-karma": "^0.8.3",
    "grunt-newer": "~0.6.1",
    "grunt-ng-annotate": "^0.10.0",
    "grunt-rev": "~0.1.0",
    "grunt-shell": "^1.1.1",
    "grunt-svgmin": "~0.2.0",
    "grunt-usemin": "~2.0.0",
    "jasmine-core": "^2.3.4",
    "jshint-stylish": "~0.1.3",
    "karma": "^0.12.16",
    "karma-coffee-preprocessor": "^0.2.1",
    "karma-firefox-launcher": "^0.1.3",
    "karma-jasmine": "^0.3.6",
    "karma-mocha-reporter": "^1.1.3",
    "karma-coverage": ">=0.5.3",
    "karma-ng-html2js-preprocessor": "^0.1.0",
    "karma-ng-scenario": "^0.1.0",
    "keygrip": "^1.0.1", A PROD?
    "load-grunt-tasks": "~0.4.0",
    "ng-describe": "^1.5.0",
    "request": "~2.27.0", A PROD?
    "sha256": "^0.1.1", A PROD?
    "time-grunt": "~0.2.1"
  }
francoa commented 8 years ago

crypto vuela (con su consiguiente npm uninstall crypto)

andresmanelli commented 8 years ago

Closed with #118