UNPKG

dort

Version:

File sharing through web with wonderful alternation.

132 lines (131 loc) 3.9 kB
{ "name": "dort", "version": "1.1.3", "description": "File sharing through web with wonderful alternation.", "main": "bin/index.js", "bin": { "dort": "bin/index.js" }, "scripts": { "demo": "nodemon --watch lib bin/index.js 'demo-folder' --test true --path /demo", "lint": "eslint --ext .js,.vue ./client/src", "unit": "cross-env BABEL_ENV=test karma start ./client/test/unit/karma.conf.js --single-run", "dev": "webpack-dev-server --inline --progress --config client/build/webpack.dev.conf.js", "build": "node client/build/build.js", "start": "npm-run-all --parallel demo dev" }, "repository": { "type": "git", "url": "git+https://github.com/coding-toolkit/dort.git" }, "keywords": [ "file", "sharing", "socket.io", "web" ], "author": "\"littlewin <littlewin.wang@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/coding-toolkit/dort/issues" }, "homepage": "https://github.com/coding-toolkit/dort#readme", "dependencies": { "chokidar": "^1.7.0", "colors": "^1.1.2", "copy-to-clipboard": "^3.0.8", "diff": "^3.4.0", "express": "^4.16.2", "globby": "^7.1.1", "helmet": "^3.9.0", "html-entities": "^1.2.1", "ip": "^1.1.5", "jszip": "^3.1.5", "mime": "^2.0.3", "minimatch": "^3.0.4", "moment": "^2.20.1", "normalize.css": "^7.0.0", "slug": "^0.9.1", "socket.io": "^2.0.4", "socket.io-client": "^2.0.4", "vue": "^2.5.2", "vue-highlightjs": "^1.3.3", "vue-js-modal": "^1.3.9", "vuex": "^3.0.1", "yargs": "^10.0.3" }, "devDependencies": { "@vue/test-utils": "^1.0.0-beta.16", "autoprefixer": "^7.1.2", "babel-core": "^6.22.1", "babel-eslint": "^7.1.1", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-loader": "^7.1.1", "babel-plugin-istanbul": "^4.1.6", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-runtime": "^6.22.0", "babel-plugin-transform-vue-jsx": "^3.5.0", "babel-preset-env": "^1.3.2", "babel-preset-stage-2": "^6.22.0", "chai": "^4.1.2", "chalk": "^2.0.1", "copy-webpack-plugin": "^4.0.1", "cross-env": "^5.1.5", "css-loader": "^0.28.0", "eslint": "^3.19.0", "eslint-config-standard": "^10.2.1", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.7.1", "eslint-plugin-html": "^3.0.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.2.0", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^3.0.1", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^1.1.4", "friendly-errors-webpack-plugin": "^1.6.1", "html-webpack-plugin": "^2.30.1", "karma": "^2.0.2", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-mocha": "^1.3.0", "karma-sinon-chai": "^1.3.4", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.32", "karma-webpack": "^3.0.0", "mocha": "^5.1.1", "node-notifier": "^5.1.2", "node-sass": "^4.7.2", "nodemon": "^1.14.1", "npm-run-all": "^4.1.2", "optimize-css-assets-webpack-plugin": "^3.2.0", "ora": "^1.2.0", "portfinder": "^1.0.13", "postcss-import": "^11.0.0", "postcss-loader": "^2.0.8", "rimraf": "^2.6.0", "sass-loader": "^6.0.6", "semver": "^5.3.0", "shelljs": "^0.7.6", "sinon": "^5.0.7", "sinon-chai": "^3.0.0", "uglifyjs-webpack-plugin": "^1.1.1", "url-loader": "^0.5.8", "vue-loader": "^13.3.0", "vue-style-loader": "^3.0.1", "vue-template-compiler": "^2.5.2", "webpack": "^3.6.0", "webpack-bundle-analyzer": "^2.9.0", "webpack-dev-server": "^2.9.1", "webpack-merge": "^4.1.0" }, "engines": { "node": ">= 4.0.0", "npm": ">= 3.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }