UNPKG

ls-title

Version:
40 lines (39 loc) 1.03 kB
{ "name": "ls-title", "version": "0.13.3", "description": "React.js component Title", "keywords": [ "React.js", "Title" ], "author": "julianiff <jule_iff@mac.com>", "homepage": "https://github.com/julianiff/living-styleguide#readme", "license": "ISC", "main": "dist/index.js", "source": "lib/index.ts", "types": "dist/Title.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/julianiff/living-styleguide.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "dev": "microbundle watch --jsx React.createElement lib/*.tsx", "prepublish": "microbundle --jsx React.createElement lib/*.tsx" }, "bugs": { "url": "https://github.com/julianiff/living-styleguide/issues" }, "dependencies": { "@types/styled-components": "^5.1.2", "styled-components": "^5.1.1" }, "gitHead": "8a2d944c863771199792a35587e6c3640bcb5fa8" }