smartstring/package.json

41 lines
1002 B
JSON
Raw Normal View History

2016-02-23 06:06:54 +00:00
{
"name": "@pushrocks/smartstring",
2018-08-13 22:17:37 +00:00
"version": "3.0.2",
"private": false,
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": "tstest test/",
"build": "(tstest)"
2016-02-23 06:06:54 +00:00
},
"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": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.5.8"
2016-02-23 06:06:54 +00:00
},
"dependencies": {
2017-10-11 12:52:22 +00:00
"crypto-random-string": "^1.0.0",
"js-base64": "^2.4.8",
2017-10-05 13:55:59 +00:00
"normalize-newline": "^3.0.0",
"randomatic": "^3.1.0",
"strip-indent": "^2.0.0"
2016-02-23 06:06:54 +00:00
}
2018-07-21 12:37:39 +00:00
}