-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_.json
43 lines (43 loc) · 1.08 KB
/
package_.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@namsor/nam_sor_api_v2",
"version": "2.0.11",
"description": "NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages.",
"license": "AGPL-3.0-or-later",
"main": "src/com.namsor.sdk2.invoke/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/namsor/namsor-javascript-sdk2.git"
},
"keywords": [
"gender classification",
"ethnicity classification",
"name classification",
"gender",
"ethnicity",
"onomastics",
"openapi"
],
"author": "NamSor <[email protected]> (http://example.com)",
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.7.0"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "^8.2.0",
"sinon": "1.17.3"
},
"homepage": "https://github.com/namsor/namsor-javascript-sdk2",
"bugs": {
"url": "https://github.com/namsor/namsor-javascript-sdk2/issues"
},
"directories": {
"doc": "docs",
"test": "test"
}
}