smartstring/package.json

37 lines
860 B
JSON
Raw Normal View History

2016-02-23 06:06:54 +00:00
{
"name": "smartstring",
2017-10-26 13:24:13 +00:00
"version": "2.0.28",
2016-05-25 07:10:43 +00:00
"description": "handle strings in smart ways. TypeScript ready.",
2016-02-23 06:06:54 +00:00
"main": "dist/index.js",
2016-05-01 19:28:59 +00:00
"typings": "dist/index.d.ts",
2016-02-23 06:06:54 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
2016-05-29 19:37:49 +00:00
"url": "git+https://gitlab.com/pushrocks/smartstring.git"
2016-02-23 06:06:54 +00:00
},
"keywords": [
"regex",
"string"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2016-05-29 19:37:49 +00:00
"url": "https://gitlab.com/pushrocks/smartstring/issues"
2016-02-23 06:06:54 +00:00
},
2016-05-29 19:37:49 +00:00
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
2016-02-23 06:06:54 +00:00
"devDependencies": {
2017-10-05 13:55:59 +00:00
"beautylog": "^6.1.10",
"tapbundle": "^1.1.1"
2016-02-23 06:06:54 +00:00
},
"dependencies": {
2017-10-11 12:52:22 +00:00
"crypto-random-string": "^1.0.0",
2017-10-05 13:55:59 +00:00
"js-base64": "^2.3.2",
"normalize-newline": "^3.0.0",
2017-10-11 12:52:22 +00:00
"randomatic": "^1.1.7",
2017-10-05 13:55:59 +00:00
"strip-indent": "^2.0.0",
"typings-global": "^1.0.20"
2016-02-23 06:06:54 +00:00
}
}