smartstring/package.json
Philipp Kunz 136a06ff68 2.0.4
2016-05-25 09:10:54 +02:00

34 lines
750 B
JSON

{
"name": "smartstring",
"version": "2.0.4",
"description": "handle strings in smart ways. TypeScript ready.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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.1.13",
"should": "^8.4.0",
"typings-test": "^1.0.1"
},
"dependencies": {
"beautylog": "^5.0.6",
"typings-global": "^1.0.3"
}
}