UNPKG

code-push-server

Version:

CodePush service is hotupdate services which adapter react-native-code-push and cordova-plugin-code-push

98 lines (97 loc) 2.35 kB
{ "name": "code-push-server", "description": "CodePush service is hotupdate services which adapter react-native-code-push and cordova-plugin-code-push", "version": "0.2.19", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/lisong/code-push-server.git" }, "keywords": [ "code-push", "react-native", "cordova", "services", "code", "push" ], "author": { "name": "Tab Lee", "email": "lisong2010@gmail.com", "url": "https://github.com/lisong/" }, "bin": { "code-push-server": "./bin/www", "code-push-server-db": "./bin/db" }, "engines": { "node": ">= 6.0", "npm": ">= 3.10.8" }, "scripts": { "dev": "supervisor ./bin/www", "start": "node ./bin/www", "init": "node ./bin/db init", "upgrade": "node ./bin/db upgrade", "test": "make test", "test-win": "mocha test/api/init test/api/users test/api/auth test/api/account test/api/accessKeys test/api/sessions test/api/apps test/api/index --recursive --timeout 15000", "coverage": "make coverage" }, "dependencies": { "aliyun-oss-upload-stream": "^1.3.0", "aliyun-sdk": "^1.9.17", "aws-sdk": "^2.7.0", "bcryptjs": "^2.3.0", "bluebird": "^3.4.1", "body-parser": "^1.15.2", "cookie-parser": "^1.4.3", "debug": "^2.3.3", "express": "^4.14.0", "extract-zip": "^1.6.0", "formidable": "^1.0.17", "fs-extra": "^2.0.0", "helmet": "^3.1.0", "i18n": "^0.8.3", "jsonwebtoken": "^7.1.7", "lodash": "^4.5.1", "log4js": "^1.1.0", "markdown-it": "^8.0.1", "moment": "^2.14.1", "morgan": "^1.7.0", "mysql": "^2.10.2", "nodemailer": "^3.1.3", "pug": "^2.0.0-beta6", "qiniu": "^6.1.10", "rand-token": "^0.3.0", "recursive-fs": "^1.0.0", "redis": "^2.6.2", "request": "^2.72.0", "sequelize": "^3.24.5", "serve-favicon": "^2.4.0", "slash": "^1.0.0", "validator": "^7.0.0", "yargs": "^6.2.0", "yazl": "^2.3.0" }, "devDependencies": { "istanbul": "^0.4.5", "mocha": "^3.2.0", "should": "^11.2.0", "supertest": "^3.0.0", "supervisor": "^0.12.0" }, "files": [ "bin", "config", "core", "docs", "models", "public", "routes", "sql", "views", "app.js", "README.md", "LICENSE" ] }