UNPKG

joinable

Version:

Join strings with built in control flow. Because we always need to join strings logically.

53 lines (52 loc) 1.44 kB
{ "name": "joinable", "version": "1.5.1", "description": "Join strings with built in control flow. Because we always need to join strings logically.", "scripts": { "test": "npm run js-style && mocha -r should --compilers js:babel-core/register src/*spec.js src/**/*spec.js", "test:w": "npm run js-style && mocha -r should -w --compilers js:babel-core/register src/*spec.js src/**/*spec.js", "js-style": "eslint ./src/", "benchmark": "npm run compile && node ./benchmark/index.js", "compile": "node ./compile.js", "prepublish": "npm run test && npm run compile" }, "repository": { "type": "git", "url": "https://github.com/rkotze/joinable" }, "keywords": [ "strings", "concat", "conditional", "join", "react", "className", "css" ], "main": "lib/index.js", "license": { "type": "MIT", "url": "https://github.com/rkotze/joinable/blob/master/LICENSE" }, "author": "Richard Kotze <richkotze@outlook.com>", "dependencies": {}, "devDependencies": { "babel-cli": "^6.5.1", "babel-core": "^6.7.2", "babel-preset-es2015": "^6.24.1", "benchmark": "^2.1.1", "del": "^3.0.0", "eslint": "^3.4.0", "eslint-config-google": "^0.7.1", "mocha": "^3.0.2", "rollup": "^0.43.0", "should": "^11.1.0" }, "bugs": { "url": "https://github.com/rkotze/joinable/issues" }, "files": [ "lib/*", "readme.md" ] }