UNPKG

string-etc

Version:

Collection of supplementary JavaScript String methods that works across module packaging systems and that can be included piece-wise

35 lines (34 loc) 907 B
{ "name": "string-etc", "version": "0.4.0", "description": "Collection of supplementary JavaScript String methods that works across module packaging systems and that can be included piece-wise ", "main": "node/etc.js", "directories": { "test": "test" }, "devDependencies": { "mocha": "^2.2.4", "array-etc": "~0.2.0", "chai": "^3.0.0" }, "scripts": { "test": "mocha test/test_wrapper.js test/test_loader.js test/test_cram.js test/test_pad.js test/test_chunk.js" }, "repository": { "type": "git", "url": "git+https://github.com/dicksont/string-etc.git" }, "keywords": [ "string", "extension", "util", "shorten", "cram" ], "author": "Dickson Tam <dicksont650@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/dicksont/string-etc/issues" }, "homepage": "https://github.com/dicksont/string-etc#readme" }