smartstring/package.json

35 lines
783 B
JSON
Raw Normal View History

2016-02-23 06:06:54 +00:00
{
"name": "smartstring",
2017-02-19 13:34:04 +00:00
"version": "2.0.24",
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": {
"beautylog": "^6.1.1",
"npmts-g": "^6.0.0",
"smartchai": "^1.0.3",
2016-10-31 23:22:38 +00:00
"typings-test": "^1.0.3"
2016-02-23 06:06:54 +00:00
},
"dependencies": {
2016-10-31 23:22:38 +00:00
"js-base64": "^2.1.9",
"typings-global": "^1.0.14"
2016-02-23 06:06:54 +00:00
}
}