123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "node-elm",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "author": "cangdu <1264889788@qq.com>",
- "license": "GPL",
- "private": true,
- "scripts": {
- "dev": "cross-env NODE_ENV=development nodemon --harmony index.js",
- "check": "cross-env NODE_ENV=production nodemon --harmony index.js",
- "test": "echo \"Error: no test specified\" && exit 1",
- "deploy": "pm2 deploy production"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/bailicangdu/node-elm"
- },
- "dependencies": {
- "babel": "^6.23.0",
- "babel-cli": "^6.24.1",
- "babel-core": "^6.24.0",
- "babel-preset-es2015": "^6.24.0",
- "babel-preset-stage-3": "^6.22.0",
- "babel-register": "^6.24.0",
- "bluebird": "^3.5.0",
- "captchapng": "0.0.1",
- "chalk": "^2.3.0",
- "config-lite": "^1.5.0",
- "connect-flash": "^0.1.1",
- "connect-history-api-fallback": "^1.3.0",
- "connect-mongo": "^1.3.2",
- "cookie-parser": "^1.4.3",
- "cross-env": "^5.0.0",
- "express": "^4.15.2",
- "express-session": "^1.15.2",
- "express-winston": "^2.3.0",
- "formidable": "^1.1.1",
- "gm": "^1.23.0",
- "marked": "^0.3.6",
- "moment": "^2.18.1",
- "mongodb": "^2.2.25",
- "mongoose": "^4.9.3",
- "node-fetch": "^1.6.3",
- "pinyin": "^2.8.3",
- "pm2": "^2.8.0",
- "qiniu": "^6.1.13",
- "sha1": "^1.1.1",
- "time-formater": "1.0.1",
- "time-stamp": "^2.0.0",
- "winston": "^2.3.1"
- },
- "devDependencies": {
- "babel-plugin-transform-async-to-generator": "^6.24.1",
- "babel-plugin-transform-es2015-classes": "^6.24.1",
- "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
- "babel-plugin-transform-export-extensions": "^6.22.0",
- "nodemon": "^1.18.6"
- }
- }
|