{
"name": "safename",
"version": "0.0.4",
"description": "Get safe file name from a given string.",
"main": "./safename.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"build-docs": "node ./docs/createdocs.js && cat ./docs/readme.md ./docs/api.md ./docs/footer.md > ./README.md"
},
"repository": {
"type": "git",
"url": "git@github.com:jacoborus/safename.git"
},
"keywords": [
"safename",
"filename",
"diacritics"
],
"author": "Jacobo Tabernero",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacoborus/safename/issues"
},
"homepage": "https://github.com/jacoborus/safename",
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.20.1",
"updox": "0.0.5"
}
}