flex-text
Version:
Mastering font-size like flexbox!
31 lines (30 loc) • 709 B
JSON
{
"name": "flex-text",
"version": "1.3.0",
"description": "Mastering font-size like flexbox!",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/idiotWu/flex-text.git"
},
"keywords": [
"responsive",
"font",
"flexbox"
],
"author": "Dolphin Wood <dolphin.w.e@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/idiotWu/flex-text/issues"
},
"homepage": "https://github.com/idiotWu/flex-text#readme",
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-standard": "^6.0.1",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0"
}
}