32 lines
697 B
JSON
32 lines
697 B
JSON
{
|
|
"name": "smartstring",
|
|
"version": "1.0.3",
|
|
"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.4",
|
|
"should": "^8.3.1"
|
|
},
|
|
"dependencies": {
|
|
"beautylog": "^4.1.2"
|
|
}
|
|
}
|