34 lines
749 B
JSON
34 lines
749 B
JSON
{
|
|
"name": "smartstring",
|
|
"version": "2.0.6",
|
|
"description": "handle strings in smart ways. TypeScript ready.",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/pushrocks/smartstring.git"
|
|
},
|
|
"keywords": [
|
|
"regex",
|
|
"string"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartstring/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
|
|
"devDependencies": {
|
|
"npmts": "^5.2.1",
|
|
"should": "^9.0.0",
|
|
"typings-test": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"beautylog": "^5.0.8",
|
|
"typings-global": "^1.0.3"
|
|
}
|
|
}
|