smartstring/package.json
LosslessBot dcd7423921 1.0.2
2016-05-01 14:03:39 +02:00

31 lines
665 B
JSON

{
"name": "smartstring",
"version": "1.0.2",
"description": "bundles a bunch of (regex) matching and altering methods.",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/smartstring.git"
},
"keywords": [
"regex",
"string"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartstring/issues"
},
"homepage": "https://github.com/pushrocks/smartstring#readme",
"devDependencies": {
"npmts": "^5.0.4",
"should": "^8.3.1"
},
"dependencies": {
"beautylog": "^4.1.2"
}
}