super-trailing-slash
Version:
Add or remove trailing slash
44 lines (43 loc) • 1.35 kB
JSON
{
"name": "super-trailing-slash",
"version": "1.0.2",
"description": "Add or remove trailing slash",
"main": "index.js",
"scripts": {
"version:major": "npm version major",
"version:minor": "npm version minor",
"version:patch": "npm version patch",
"postversion": "npm publish && npm run-script doc && git push && git push --tags",
"mocha.test": "mocha test",
"dist": "babel --presets env -d dist index.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"doc": "jsdoc2md --no-gfm index.js > api.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabioricali/super-trailing-slash.git"
},
"keywords": [
"add",
"remove",
"trailing",
"slash",
"url"
],
"author": "Fabio Ricali",
"license": "MIT",
"bugs": {
"url": "https://github.com/fabioricali/super-trailing-slash/issues"
},
"homepage": "https://github.com/fabioricali/super-trailing-slash#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bejs": "^1.11.0",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^3.5.0",
"mocha-lcov-reporter": "^1.3.0"
}
}