{ "name": "uppy", "version": "0.14.0", "description": "Almost as cute as a Puppy :dog:", "main": "lib/index.js", "jsnext:main": "src/index.js", "files": [ "src/", "lib/", "dist/" ], "lint-staged": { "*.js": "eslint" }, "pre-commit": "lint-staged", "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "homepage": "https://github.com/transloadit/uppy#readme", "devDependencies": { "autoprefixer": "6.3.7", "babel-cli": "6.11.4", "babel-core": "6.13.2", "babel-eslint": "6.1.2", "babel-loader": "6.2.10", "babel-plugin-add-module-exports": "0.2.1", "babel-plugin-es6-promise": "1.0.0", "babel-plugin-transform-object-assign": "6.8.0", "babel-plugin-transform-proto-to-assign": "6.9.0", "babel-polyfill": "6.9.1", "babel-preset-es2015": "6.13.2", "babel-preset-es2015-loose": "7.0.0", "babel-register": "6.9.0", "babelify": "7.2.0", "browser-sync": "2.13.0", "browserify": "13.0.1", "chalk": "1.1.3", "cssnano": "3.7.3", "disc": "1.3.2", "eslint": "2.7.0", "eslint-config-standard": "5.1.0", "eslint-plugin-promise": "1.1.0", "eslint-plugin-standard": "1.3.2", "exorcist": "0.4.0", "fakefile": "0.0.8", "glob": "7.0.5", "isomorphic-fetch": "2.2.1", "lint-staged": "2.0.2", "minifyify": "7.3.3", "mkdirp": "0.5.1", "multi-glob": "1.0.1", "next-update": "1.2.2", "nock": "8.0.0", "node-notifier": "4.6.0", "node-sass": "3.8.0", "nodemon": "1.8.1", "npm-run-all": "2.3.0", "postcss": "5.1.0", "pre-commit": "1.1.3", "sass": "0.5.0", "selenium-webdriver": "2.53.3", "tap-spec": "4.1.1", "tape": "4.6.2", "uppy-server": "0.0.7", "watchify": "3.7.0", "yo-yoify": "arturi/yo-yoify#6bf1e0d84c09c01d4a89ee9cb4da680e4aca8da6" }, "dependencies": { "drag-drop": "2.11.0", "es6-promise": "3.2.1", "namespace-emitter": "1.0.0", "pretty-bytes": "3.0.1", "tus-js-client": "1.4.1", "whatwg-fetch": "1.0.0", "yo-yo": "1.3.1" }, "scripts": { "build:bundle": "node ./bin/build-js.js", "build:css": "node ./bin/build-css.js", "build:gzip": "node ./bin/gzip.js", "size": "echo 'JS Bundle mingz:' && cat ./dist/uppy.min.js | gzip | wc -c && echo 'CSS Bundle mingz:' && cat ./dist/uppy.min.css | gzip | wc -c", "build:bundle:fullpath": "env OUT=uppy-fp.js ./bin/build-bundle --full-paths", "build:js": "npm-run-all build:bundle build:lib", "build:lib": "babel --version && babel src --source-maps -d lib", "build": "npm-run-all --parallel build:js build:css --serial build:gzip size", "clean": "rm -rf lib && rm -rf dist", "docs": "cd website && node node_modules/documentation/bin/documentation.js readme ../src/index.js --readme-file=src/api/docs.md --section 'Uppy Core & Plugins' -q --github -c doc-order.json", "lint:fix": "eslint src test website/build-examples.js website/update.js website/themes/uppy/source/js/common.js --fix", "lint": "eslint src test website/build-examples.js website/update.js website/themes/uppy/source/js/common.js", "lint-staged": "lint-staged", "release:major": "env SEMANTIC=major npm run release", "release:minor": "env SEMANTIC=minor npm run release", "release:patch": "env SEMANTIC=patch npm run release", "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish", "start:server": "cd ./node_modules/uppy-server && npm run start", "start": "npm-run-all --parallel watch start:server web:preview", "test:acceptance:handleservers": "bin/bootandkill-servers node test/acceptance/index.js", "test:acceptance": "node test/acceptance/index.js", "test:unit": "node test/unit/index.js | tap-spec", "test": "npm run lint && npm run test:unit", "test:serve": "npm-run-all web:build --parallel start:server web:serve", "test:next-update": "next-update", "travis:deletecache": "travis cache --delete", "watch:css": "nodemon --watch src --ext scss -x \"npm run build:css\"", "watch:js": "nodemon --watch src --ext js -x 'npm run build:bundle'", "watch": "npm-run-all --parallel watch:js watch:css", "watch:fast": "npm-run-all --parallel watch:css web:preview", "watch:example:browsersync": "browser-sync start --server example --port 3452 --serveStatic dist --files \"example/bundle.js, dist/uppy.min.css\"", "watch:example:js": "watchify -t yo-yoify -t babelify example/main.js -o example/bundle.js -vd", "watch:example": "npm-run-all --parallel watch:example:js watch:css watch:example:browsersync", "web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js", "web:clean": "cd website && ./node_modules/.bin/hexo clean", "web:deploy": "npm-run-all web:install web:disc docs web:build && ./bin/web-deploy", "web:disc": "npm run build:bundle:fullpath && discify dist/uppy-fp.js --output website/src/_disc.html && echo '---\nlayout: false\n---\n' |cat - website/src/_disc.html > website/src/disc.html && rm website/src/_disc.html", "web:install": "cd website && npm install", "web:bundle:update:watch": "nodemon --watch dist --ext css,js -x 'node website/update.js'", "web:examples:watch": "cd website && node build-examples.js watch", "web:serve": "cd website && ./node_modules/.bin/hexo server", "web:preview": "npm-run-all --parallel web:examples:watch web:bundle:update:watch web:serve", "web:update:frontpage:code:sample": "cd website && ./node_modules/.bin/hexo generate && cp -f public/frontpage-code-sample.html ./themes/uppy/layout/partials/frontpage-code-sample.html", "web": "npm-run-all web:clean web:build", "prepublish": "npm-run-all clean build" } }