{ "name": "uxbox", "version": "0.1.0", "author": "Uxbox", "license": "SEE LICENSE IN ", "repository": { "type": "git", "url": "https://github.com/uxbox/uxbox" }, "scripts": { "watch": "gulp", "dist": "./scripts/dist && gulp dist", "clean": "gulp clean", "figwheel": "./scripts/figwheel", "test-watch": "./scripts/watch", "test-build": "./scripts/build", "docker": "sudo docker run -ti -v `pwd`:/home/uxbox/uxbox -v $HOME/.m2:/home/uxbox/.m2 -p 3449:3449 uxbox tmux" }, "devDependencies": { "gulp": "3.9.1", "gulp-autoprefixer": "3.1.0", "gulp-clean": "0.3.1", "gulp-cssmin": "0.1.7", "gulp-plumber": "1.1.0", "gulp-sass": "2.2.0", "gulp-watch": "4.3.5", "rimraf": "2.5.2", "run-sequence": "1.1.5" }, "dependencies": { "source-map-support": "0.4.0" } }