{ "name": "smartstring", "version": "2.0.2", "description": "bundles a bunch of (regex) matching and altering methods.", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" }, "repository": { "type": "git", "url": "git+https://github.com/pushrocks/smartstring.git" }, "keywords": [ "regex", "string" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://github.com/pushrocks/smartstring/issues" }, "homepage": "https://github.com/pushrocks/smartstring#readme", "devDependencies": { "npmts": "^5.1.13", "should": "^8.4.0", "typings-test": "^1.0.1" }, "dependencies": { "beautylog": "^5.0.6", "typings-global": "^1.0.3" } }