{ "name": "m-yohobuy-node", "version": "5.4.7", "private": true, "description": "A New Yohobuy Project With Express", "repository": { "type": "git", "url": "http://git.dev.yoho.cn/web/yohobuywap-node.git" }, "scripts": { "start": "node app.js", "dev": "nodemon -e js,hbs -i public/ app.js", "online": "NODE_ENV=\"production\" node app.js", "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", "lint-js": "eslint -c .eslintrc --cache .", "lint-css": "stylelint --config .stylelintrc public/scss/**/*.css", "precommit": "node lint.js" }, "license": "MIT", "dependencies": { "bluebird": "^3.4.7", "body-parser": "^1.15.2", "captchapng": "0.0.1", "cheerio": "^0.22.0", "client-sessions": "^0.7.0", "compression": "^1.6.2", "connect-memcached": "^0.2.0", "connect-multiparty": "^2.0.0", "cookie-parser": "^1.4.3", "express": "^4.14.0", "feed": "^0.3.0", "lodash": "^4.17.4", "md5": "^2.1.0", "memory-cache": "^0.1.6", "moment": "^2.17.1", "oneapm": "^1.2.20", "passport": "^0.3.2", "passport-local": "^1.0.0", "passport-qq": "0.0.3", "passport-sina": "^0.1.0", "passport-strategy": "^1.0.0", "passport-weixin": "^0.1.0", "request-promise": "^3.0.0", "serve-favicon": "^2.3.2", "uuid": "^2.0.3", "yoho-express-session": "^2.0.0", "yoho-node-lib": "0.2.6", "yoho-zookeeper": "^1.0.6" }, "devDependencies": { "autoprefixer": "^6.6.1", "babel-core": "^6.21.0", "babel-loader": "^6.2.10", "babel-plugin-transform-runtime": "^6.12.0", "babel-preset-es2015": "^6.18.0", "babel-runtime": "^6.20.0", "css-loader": "^0.26.1", "eslint": "^3.12.2", "eslint-config-yoho": "^1.0.1", "eslint-plugin-html": "^1.7.0", "extract-text-webpack-plugin": "^1.0.1", "gulp": "^3.9.1", "gulp-cssnano": "^2.1.2", "gulp-ftp": "^1.1.0", "gulp-postcss": "^6.2.0", "gulp-sourcemaps": "^2.2.0", "gulp-util": "^3.0.8", "handlebars-loader": "^1.4.0", "husky": "^0.12.0", "nodemon": "^1.11.0", "postcss-assets": "^4.0.1", "postcss-cachebuster": "^0.1.3", "postcss-calc": "^5.3.1", "postcss-center": "^1.0.0", "postcss-clearfix": "^1.0.0", "postcss-crip": "^2.0.1", "postcss-import": "^9.0.0", "postcss-loader": "^1.2.1", "postcss-position": "^0.5.0", "postcss-pxtorem": "^3.3.1", "postcss-scss": "^0.4.0", "postcss-short": "^3.0.3", "postcss-sprites": "^3.3.0", "postcss-use": "^2.3.0", "precss": "^1.4.0", "shelljs": "^0.7.5", "stylelint": "^7.7.1", "stylelint-config-yoho": "^1.2.7", "stylelint-processor-html": "^1.0.0", "vue": "^2.1.8", "vue-loader": "^10.0.2", "vue-template-compiler": "^2.1.8", "webpack": "^1.14.0", "webpack-dev-server": "^1.16.2", "webpack-uglify-parallel": "^0.1.3", "yoho-cookie": "^1.2.0", "yoho-fastclick": "^1.0.6", "yoho-hammer": "^2.0.7", "yoho-iscroll": "^5.2.0", "yoho-jquery": "^2.2.4", "yoho-jquery-lazyload": "^1.9.10", "yoho-jquery-qrcode": "^0.14.0", "yoho-mlellipsis": "0.0.3", "yoho-qs": "^1.0.1", "yoho-swiper": "^3.3.1", "yoho-swiper2": "0.0.5" } }