wallet-core/node_modules/remove-trailing-separator/package.json

38 lines
847 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "remove-trailing-separator",
2017-08-14 05:01:11 +02:00
"version": "1.0.2",
2016-10-10 03:43:44 +02:00
"description": "Removes separators from the end of the string.",
2016-11-03 01:33:53 +01:00
"main": "index.js",
2016-10-10 03:43:44 +02:00
"files": [
"index.js"
],
2016-11-03 01:33:53 +01:00
"scripts": {
"lint": "xo",
"pretest": "npm run lint",
"test": "nyc ava",
"report": "nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darsain/remove-trailing-separator.git"
},
2016-10-10 03:43:44 +02:00
"keywords": [
"remove",
"strip",
"trailing",
"separator"
],
2016-11-03 01:33:53 +01:00
"author": "darsain",
2016-10-10 03:43:44 +02:00
"license": "ISC",
2016-11-03 01:33:53 +01:00
"bugs": {
"url": "https://github.com/darsain/remove-trailing-separator/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/darsain/remove-trailing-separator#readme",
"devDependencies": {
"ava": "^0.16.0",
"coveralls": "^2.11.14",
"nyc": "^8.3.0",
"xo": "^0.16.0"
}
2016-10-10 03:43:44 +02:00
}