2016-02-23 06:06:54 +00:00
|
|
|
{
|
|
|
|
"name": "smartstring",
|
2016-06-05 07:35:56 +00:00
|
|
|
"version": "2.0.6",
|
2016-05-25 07:10:43 +00:00
|
|
|
"description": "handle strings in smart ways. TypeScript ready.",
|
2016-02-23 06:06:54 +00:00
|
|
|
"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",
|
2016-05-29 19:37:49 +00:00
|
|
|
"url": "git+https://gitlab.com/pushrocks/smartstring.git"
|
2016-02-23 06:06:54 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"regex",
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-05-29 19:37:49 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartstring/issues"
|
2016-02-23 06:06:54 +00:00
|
|
|
},
|
2016-05-29 19:37:49 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
|
2016-02-23 06:06:54 +00:00
|
|
|
"devDependencies": {
|
2016-06-21 15:09:17 +00:00
|
|
|
"npmts-g": "^5.2.6",
|
|
|
|
"should": "^9.0.2",
|
2016-05-25 03:06:19 +00:00
|
|
|
"typings-test": "^1.0.1"
|
2016-02-23 06:06:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-06-21 15:09:17 +00:00
|
|
|
"beautylog": "^5.0.12",
|
2016-05-25 03:06:19 +00:00
|
|
|
"typings-global": "^1.0.3"
|
2016-02-23 06:06:54 +00:00
|
|
|
}
|
|
|
|
}
|