material-tabs
Version:
A simple React package that provides the Material Design tab component.
40 lines (39 loc) • 1.28 kB
JSON
{
"name": "material-tabs",
"version": "0.0.8",
"description": "A simple React package that provides the Material Design tab component.",
"main": "lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "babel --presets es2015,react --plugins transform-es2015-destructuring,transform-object-rest-spread --watch src/ --out-dir lib/",
"prepublish": "babel --presets es2015,react --plugins transform-es2015-destructuring,transform-object-rest-spread src/ --out-dir lib/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliverfencott/material-tabs.git"
},
"author": "Oliver Fencott <oliverfencott@gmail.com> (http://fencott.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/oliverfencott/material-tabs/issues"
},
"keywords": [
"JavaScript",
"React",
"react-component",
"Material",
"Design",
"Tabs"
],
"homepage": "https://github.com/oliverfencott/material-tabs#readme",
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"babel-plugin-transform-es2015-destructuring": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"react": "*"
}
}