{ | |
"author": { | |
"name": "Jon Schlinkert", | |
"url": "https://github.com/jonschlinkert" | |
}, | |
"bugs": { | |
"url": "https://github.com/jonschlinkert/ansi-wrap/issues" | |
}, | |
"dependencies": {}, | |
"description": "Create ansi colors by passing the open and close codes.", | |
"devDependencies": {}, | |
"engines": { | |
"node": ">=0.10.0" | |
}, | |
"files": [ | |
"index.js" | |
], | |
"homepage": "https://github.com/jonschlinkert/ansi-wrap", | |
"keywords": [], | |
"license": { | |
"type": "MIT", | |
"url": "https://github.com/jonschlinkert/ansi-wrap/blob/master/LICENSE" | |
}, | |
"main": "index.js", | |
"name": "ansi-wrap", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/jonschlinkert/ansi-wrap.git" | |
}, | |
"scripts": { | |
"test": "mocha" | |
}, | |
"version": "0.1.0" | |
} |