smartstring/package.json
LosslessBot 8cb1405d99 2.0.11
2016-07-06 10:06:15 +02:00

34 lines
753 B
JSON

{
"name": "smartstring",
"version": "2.0.11",
"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-g": "^5.2.6",
"should": "^9.0.2",
"typings-test": "^1.0.1"
},
"dependencies": {
"beautylog": "^5.0.13",
"typings-global": "^1.0.6"
}
}