UNPKG

typo-chalk

Version:
51 lines (50 loc) 1.24 kB
{ "name": "typo-chalk", "version": "1.0.0", "description": "Chalk helpers set for typo", "main": "index.js", "scripts": { "test": "node --harmony ./node_modules/.bin/ava --verbose --timeout=10s" }, "repository": { "type": "git", "url": "git://github.com/kaelzhang/typo-chalk.git" }, "keywords": [ "typo-chalk", "chalk", "helpers", "typo", "colors", "cli-colors" ], "engines": { "node": ">=4" }, "author": "kaelzhang", "license": "MIT", "bugs": { "url": "https://github.com/kaelzhang/typo-chalk/issues" }, "ava": { "require": "babel-register", "babel": { "babelrc": true } }, "devDependencies": { "ava": "^0.16.0", "babel-cli": "^6.16.0", "babel-plugin-syntax-trailing-function-commas": "^6.13.0", "babel-plugin-transform-class-properties": "^6.16.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.16.0", "babel-plugin-transform-exponentiation-operator": "^6.8.0", "babel-plugin-transform-inline-environment-variables": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.16.0", "babel-preset-es2015": "^6.16.0" }, "dependencies": { "chalk": "^1.1.3", "typo": "^1.0.4" } }