{ "name": "uppy", "version": "0.0.1", "description": "Almost as cute as a Puppy :dog:", "main": "src/index.js", "scripts": { "build:css": "bin/build-css", "build:lib": "babel src -d lib --stage 0", "build:umd:fullpath": "env OUT=uppy-fp.js ./bin/build-umd --full-paths", "build:umd:min": "./bin/build-umd", "build:umd": "./bin/build-umd && ./bin/build-umd-locale", "build": "npm run build:lib && npm run build:umd && npm run build:umd:min && npm run build:css", "clean": "rm -rf lib && rm -rf dist", "docs": "cd website && node build-documentation.js", "lint": "eslint src/**/*.js", "server": "browser-sync start --config .browsersync.js", "start": "npm run build && npm run web", "test:phantom": "zuul test/spec/upload.js --phantom", "test": "bin/test", "test:unit": "./node_modules/.bin/babel-node test/core.spec.js", "watch:all": "parallelshell \"npm run watch\" \"npm run web\"", "watch:css": "nodemon --watch src --ext scss -x \"npm run build && node website/update.js\"", "watch:examples": "cd website && node build-examples.js watch", "watch:js": "nodemon --watch src --ext js -x \"npm run build && node website/update.js\"", "watch": "nodemon --watch src --ext scss,js -x \"npm run build:umd && npm run build:css && node website/update.js\"", "web:build": "cd website && node update.js && npm run docs && ./node_modules/.bin/hexo generate ", "web:clean": "cd website && ./node_modules/.bin/hexo clean", "web:deploy": "npm run web:install && npm run web:disc && npm run web:build && ./bin/web-deploy", "web:disc": "npm run build:umd: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 && rm -rf node_modules/hexo-renderer-uppyexamples && npm install", "web:preview": "cd website && ./node_modules/.bin/hexo server --debug & npm run watch:examples", "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 web:install && npm run web:clean && npm run web:build && npm run web:preview" }, "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": { "babel": "5.8.34", "babel-eslint": "4.1.5", "babelify": "6.4.0", "browser-sync": "2.10.0", "browserify": "12.0.1", "chalk": "1.1.1", "eslint": "1.9.0", "http-server": "0.8.5", "multi-glob": "1.0.1", "node-notifier": "4.4.0", "node-sass": "3.4.2", "nodemon": "1.8.1", "phantomjs": "1.9.18", "tape": "4.4.0", "watchify": "3.6.1", "zuul": "3.7.2", "parallelshell": "2.0.0", "disc": "1.3.2" }, "dependencies": { "superagent": "1.5.0", "tus-js-client": "1.1.3" } }