saven
Version:
23 lines (22 loc) • 569 B
JSON
{
"name": "saven-babel-plugin-transform-jsx-to-stylesheet",
"version": "1.0.1",
"description": "Transform stylesheet selector to style in JSX Elements.",
"license": "MIT",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/saven/superjs.git"
},
"bugs": {
"url": "https://github.com/saven/superjs/issues"
},
"homepage": "https://github.com/saven/superjs#readme",
"engines": {
"npm": ">=3.0.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-plugin-syntax-jsx": "^6.18.0"
}
}