22 lines
455 B
JSON
22 lines
455 B
JSON
{
|
|
"name": "genders",
|
|
"version": "0.0.2",
|
|
"description": "A json file with genders in it. Also, an angular service to provide genders to angular components.",
|
|
"main": "genders.json",
|
|
"keywords": [
|
|
"gender"
|
|
],
|
|
"authors": [
|
|
"Charlie Wagner <me@satsuki.tv>"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "http://github.com/satsukitv/genders",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|