react-state-button
Version:
React button component that is built with stateful messages
28 lines (27 loc) • 667 B
JSON
{
"name": "react-state-button",
"version": "0.0.2",
"description": "React button component that is built with stateful messages",
"main": "dist/SButton.js",
"scripts": {
"build": "jsx src/SButton.jsx > dist/SButton.js",
"prepublish": "npm run build"
},
"keywords": [
"react-component",
"state-button",
"react-button"
],
"author": "Varun Raj <mailme@varunraj.in>",
"license": "MIT",
"dependencies": {
"react": "^15.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/varun-raj/react-state-button.git"
},
"bugs": {
"url": "https://github.com/varun-raj/react-state-button/issues"
}
}