-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.05 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.05 KB
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
44
45
46
47
48
49
50
51
{
"name": "transcriptor-universal",
"version": "1.0.0",
"description": "Un simple transcriptor universal para lenguas con caracteres unicode.",
"main": "js/transcriptor-universal.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"transcripción",
"transcriptor",
"transcribir",
"lingüística",
"fonológica",
"fonológico",
"universal",
"escritura",
"alfabeto",
"fonémica",
"fonémico",
"fonética",
"fonético",
"alófono",
"unicode",
"fonema",
"lengua",
"idioma",
"javascript",
"html5"
],
"author": {
"name": "Armotus"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/armotus/transcriptor-universal.git"
},
"bugs": {
"url": "https://github.com/armotus/transcriptor-universal/issues"
},
"homepage": "https://github.com/armotus/transcriptor-universal#readme",
"devDependencies": {
"chai": "^4.5.0",
"mocha": "^11.1.0"
}
}