{ "name": "material-ui-example", "version": "0.7.0", "description": "Sample project that uses material-ui", "repository": { "type": "git", "url": "https://github.com/callemall/material-ui.git" }, "scripts": { "start": "gulp" }, "browserify": { "transform": [ [ "reactify", { "es6": true } ] ] }, "devDependencies": { "browser-sync": "^1.8.1", "browserify": "^7.0.3", "gulp": "^3.8.10", "gulp-autoprefixer": "^2.0.0", "gulp-less": "^3.0.0", "gulp-notify": "^2.1.0", "gulp-sourcemaps": "^1.2.8", "gulp-util": "^3.0.1", "pretty-hrtime": "^0.2.2", "reactify": "^0.17.1", "require-dir": "^0.1.0", "underscore": "^1.7.0", "vinyl-source-stream": "^1.0.0", "watchify": "^2.2.1" }, "dependencies": { "d3": "^3.5.6", "jquery": "^2.1.4", "jquery-ui": "^1.10.5", "material-ui": "0.7.0", "nutella_lib": "^0.6.2", "react": "0.12.2", "react-tap-event-plugin": "0.1.4" } }