core-ui
Version:
Core UI is a dead-simple wrapper around your (React) component library, which aims to provide two benefits: simple, flat paths for import statements and 'switchable' presentational components
32 lines (31 loc) • 817 B
JSON
{
"name": "core-ui",
"version": "0.1.3",
"description": "Core UI is a dead-simple wrapper around your (React) component library, which aims to provide two benefits: simple, flat paths for import statements and 'switchable' presentational components",
"main": "index.js",
"scripts": {
"test": "mocha ./__tests__"
},
"keywords": [
"React",
"Components",
"wrapper"
],
"repository": {
"type": "git",
"url": "git+https://github.com/joevbruno/core-ui.git"
},
"bugs": {
"url": "https://github.com/joevbruno/core-ui/issues"
},
"homepage": "https://github.com/joevbruno/core-ui",
"author": "Joe Bruno <joevbruno@me.com>",
"license": "MIT",
"dependencies": {
"object-assign": "^4.0.1"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
}
}