withlength
Version:
A package to find a string of specific length from an array
43 lines (42 loc) • 1.21 kB
JSON
{
"name": "withlength",
"version": "1.1.4",
"description": "A package to find a string of specific length from an array",
"main": "index.js",
"scripts": {
"build": "babel src/index.js --out-file index.js",
"test": "./node_modules/.bin/mocha --require babel-core/register ./src/index.spec.js",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"commit":"git-cz"
},
"keywords": [
"String",
"Length",
"Array"
],
"author": "Sunil Hari <isunilhari@gmail.com> (https://sunilhari.github.io/)",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "6.26.0",
"chai": "4.1.2",
"commitizen": "2.9.6",
"mocha": "5.0.1",
"semantic-release": "^12.4.1",
"travis-deploy-once": "^4.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/sunilhari/withlength.git"
},
"bugs": {
"url": "https://github.com/sunilhari/withlength/issues"
},
"homepage": "https://github.com/sunilhari/withlength/blob/master/README.md",
"czConfig":{
"path":"node_modules/cz-conventional-changelog"
}
}