smartstring/package.json
2017-10-05 15:56:03 +02:00

35 lines
794 B
JSON

{
"name": "smartstring",
"version": "2.0.25",
"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": {
"beautylog": "^6.1.10",
"tapbundle": "^1.1.1"
},
"dependencies": {
"js-base64": "^2.3.2",
"normalize-newline": "^3.0.0",
"strip-indent": "^2.0.0",
"typings-global": "^1.0.20"
}
}