2016-02-23 06:06:54 +00:00
|
|
|
{
|
|
|
|
"name": "smartstring",
|
2016-05-01 19:29:05 +00:00
|
|
|
"version": "1.0.3",
|
2016-02-23 06:06:54 +00:00
|
|
|
"description": "bundles a bunch of (regex) matching and altering methods.",
|
|
|
|
"main": "dist/index.js",
|
2016-05-01 19:28:59 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-02-23 06:06:54 +00:00
|
|
|
"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": {
|
2016-05-25 03:06:19 +00:00
|
|
|
"npmts": "^5.1.13",
|
|
|
|
"should": "^8.4.0",
|
|
|
|
"typings-test": "^1.0.1"
|
2016-02-23 06:06:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-05-25 03:06:19 +00:00
|
|
|
"beautylog": "^5.0.6",
|
|
|
|
"typings-global": "^1.0.3"
|
2016-02-23 06:06:54 +00:00
|
|
|
}
|
|
|
|
}
|