react-responsive-mixin
Version:
Mixin to develop responsive react components
27 lines (26 loc) • 467 B
JSON
{
"name": "react-responsive-mixin",
"main": "index.js",
"version": "0.1.0",
"authors": [
"kiran <kiran@webrafter.com>"
],
"description": "\"React mixin for building responsive components\"",
"keywords": [
"React",
"Responsive",
"Mixin",
"enquire.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"foundation-apps": "~1.0.2"
}
}