1
|
{
|
2
|
"name": "remove-trailing-separator",
|
3
|
"version": "1.1.0",
|
4
|
"description": "Removes separators from the end of the string.",
|
5
|
"main": "index.js",
|
6
|
"files": [
|
7
|
"index.js"
|
8
|
],
|
9
|
"scripts": {
|
10
|
"lint": "xo",
|
11
|
"pretest": "npm run lint",
|
12
|
"test": "nyc ava",
|
13
|
"report": "nyc report --reporter=html"
|
14
|
},
|
15
|
"repository": {
|
16
|
"type": "git",
|
17
|
"url": "git+https://github.com/darsain/remove-trailing-separator.git"
|
18
|
},
|
19
|
"keywords": [
|
20
|
"remove",
|
21
|
"strip",
|
22
|
"trailing",
|
23
|
"separator"
|
24
|
],
|
25
|
"author": "darsain",
|
26
|
"license": "ISC",
|
27
|
"bugs": {
|
28
|
"url": "https://github.com/darsain/remove-trailing-separator/issues"
|
29
|
},
|
30
|
"homepage": "https://github.com/darsain/remove-trailing-separator#readme",
|
31
|
"devDependencies": {
|
32
|
"ava": "^0.16.0",
|
33
|
"coveralls": "^2.11.14",
|
34
|
"nyc": "^8.3.0",
|
35
|
"xo": "^0.16.0"
|
36
|
}
|
37
|
}
|