This commit is contained in:
2016-02-23 07:06:54 +01:00
parent 6e684894d1
commit 49bf29e875
13 changed files with 265 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "smartstring",
"version": "0.0.0",
"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": "^3.1.2",
"should": "^8.2.2"
},
"dependencies": {
"beautylog": "^3.0.2"
}
}