-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "pluralize-py",
"version": "1.0.0",
"description": "This repo is simply a Python port of https://github.com/blakeembrey/pluralize which has > 1.4m github usages and 3.5 million downloads per week when I evaluating different libraries.",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"@semantic-release/exec": "7.1.0",
"semantic-release": "25.0.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weixu365/pluralizer-py.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/weixu365/pluralizer-py/issues"
},
"homepage": "https://github.com/weixu365/pluralizer-py#readme"
}