2025-05-12 05:38:44 +09:00

23 lines
580 B
JSON

{
"name": "github-slugid",
"version": "1.0.1",
"description": "Slugify like GitHub",
"main": "index.js",
"devDependencies": {
"mocha": "2.3.3",
"should": "7.1.0"
},
"scripts": {
"test": "export TESTING=true; mocha --reporter list --bail"
},
"repository": {
"type": "git",
"url": "https://github.com/SamyPesse/github-slugid.git"
},
"author": "Samy Pessé <samypesse@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SamyPesse/github-slugid/issues"
}
}