@bnnvara/hub
Version:
A fixed toolbar on top of a page
32 lines (31 loc) • 678 B
JSON
{
"name": "@bnnvara/hub",
"version": "1.0.2",
"description": "A fixed toolbar on top of a page",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "babel ./src --ignore '*.stories.js' -d ./dist",
"build:package": "node ../../scripts/prepublish",
"build:clean": "node ../../scripts/afterpublish"
},
"keywords": [
"BNNVARA",
"toolbar"
],
"author": "BNNVARA",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"styled-components": "^3.4.1"
},
"peerDependencies": {
"styled-components": "^3.4.1"
}
}