smartstring/package.json
2017-02-19 14:30:51 +01:00

35 lines
783 B
JSON

{
"name": "smartstring",
"version": "2.0.23",
"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.1",
"npmts-g": "^6.0.0",
"smartchai": "^1.0.3",
"typings-test": "^1.0.3"
},
"dependencies": {
"js-base64": "^2.1.9",
"typings-global": "^1.0.14"
}
}