blob: 0a0cb74503065b936445bc9945c9eadb40f25d49 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"dependencies": {
"escape-string-regexp": "^1.0.5"
},
"description": "Unicode symbols with Windows CMD fallbacks",
"devDependencies": {
"ava": "*",
"markdown-table": "^1.0.0",
"require-uncached": "^1.0.2",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"keywords": [
"unicode",
"cli",
"cmd",
"command-line",
"characters",
"char",
"symbol",
"symbols",
"figure",
"figures",
"fallback"
],
"license": "MIT",
"name": "figures",
"repository": "sindresorhus/figures",
"scripts": {
"make": "./makefile.js",
"test": "xo && ava"
},
"version": "2.0.0",
"xo": {
"esnext": true
}
}