UNPKG

reapop-theme-wybo

Version:
38 lines (37 loc) 911 B
{ "name": "reapop-theme-wybo", "version": "1.1.0", "description": "Official theme for Reapop", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node-sass src/styles/styles.module.scss -o lib", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/LouisBarranqueiro/reapop-theme-wybo.git" }, "keywords": [ "reapop", "theme", "react", "redux", "notifications", "notification", "component" ], "author": "Louis Barranqueiro", "license": "MIT", "bugs": { "url": "https://github.com/LouisBarranqueiro/reapop-theme-wybo/issues" }, "homepage": "https://github.com/LouisBarranqueiro/reapop-theme-wybo#readme", "peerDependencies": { "font-awesome": "^4.6.1", "reapop": ">=0.6.0" }, "devDependencies": { "node-sass": "4.14.1" } }