UNPKG

fullwidth

Version:
38 lines (37 loc) 982 B
{ "name": "fullwidth", "version": "1.2.0", "description": "Fullwidth text converter.", "main": "lib/index.js", "scripts": { "test": "mocha --compilers js:babel-core/register test/*.js", "lint": "standard --verbose src/**/*.js test/**/*.js | snazzy", "clean": "rm -rf lib", "build": "babel src -d lib --copy-files", "prepare": "npm run lint && npm test && npm run build", "postpublish": "npm run clean" }, "repository": { "type": "git", "url": "git+https://github.com/baygeldin/fullwidth.git" }, "keywords": [ "fullwidth", "text", "unicode", "japanese" ], "author": "Alexander Baygeldin", "license": "MIT", "bugs": { "url": "https://github.com/baygeldin/fullwidth/issues" }, "homepage": "https://github.com/baygeldin/fullwidth#readme", "devDependencies": { "babel-cli": "^6.6.5", "babel-core": "^6.7.7", "babel-preset-es2015": "^6.6.0", "chai": "^3.5.0", "mocha": "^2.4.5" } }