UNPKG

material-ui

Version:

Material Design UI components built with React

31 lines (30 loc) 711 B
{ "name": "material-ui-example", "version": "0.8.0", "description": "Sample project that uses material-ui", "repository": { "type": "git", "url": "https://github.com/callemall/material-ui.git" }, "scripts": { "start": "gulp" }, "devDependencies": { "babelify": "^6.1.2", "browser-sync": "^1.8.1", "browserify": "^7.0.3", "gulp": "^3.8.10", "gulp-notify": "^2.1.0", "gulp-util": "^3.0.1", "pretty-hrtime": "^0.2.2", "require-dir": "^0.1.0", "underscore": "^1.7.0", "vinyl-source-stream": "^1.0.0", "watchify": "^2.2.1" }, "dependencies": { "material-ui": ">=0.8", "react": ">=0.13", "react-tap-event-plugin": "^0.1.3" } }