| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | {  "name": "typogr",  "version": "0.6.8",  "description": "Typography utils",  "keywords": [    "typography",    "typogrify",    "typogr",    "hyphenation",    "quotes",    "dashes",    "ampersands",    "prettify"  ],  "homepage": "https://github.com/ekalinin/typogr.js",  "repository": "git://github.com/ekalinin/typogr.js.git",  "author": "Eugene Kalinin <e.v.kalinin@gmail.com>",  "contributors": [    {      "name": "Matthew Newton",      "email": "contact@mnewton.com"    },    {      "name": "Brandon Aaron",      "email": "brandon.aaron@gmail.com"    }  ],  "scripts": {    "test": "./node_modules/.bin/mocha test/typogr.test.js && ./node_modules/.bin/mocha test/test.cli.js"  },  "bin": {    "typogr": "./bin/typogr"  },  "dependencies": {    "async": "0.2",    "commander": "1.0",    "glob": "^7.1.2",    "mkdirp": "0.3"  },  "devDependencies": {    "uglify-js": ">=2",    "mocha": ">=3.4.2",    "should": ">=1.2",    "suppose": ">=0.1",    "rimraf": ">=2"  },  "main": "typogr",  "bugs": {    "web": "https://github.com/ekalinin/typogr.js/issues"  },  "licenses": [    {      "type": "MIT"    }  ]}
 |