react-siesta
Version:
React mixins & support for Siesta
28 lines (27 loc) • 489 B
JSON
{
"name": "react-siesta",
"main": "index.jsx",
"version": "0.2.4",
"homepage": "https://github.com/mtford90/react-siesta",
"authors": [
"Michael Ford <mtford@gmail.com>"
],
"description": "React mixins & support for Siesta",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor",
"test",
"tests"
],
"keywords": [
"react",
"reactjs",
"siesta"
],
"devDependencies": {
"siesta": "~0.1"
}
}