forked from RichardLitt/low-resource-languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.15 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
{
"name": "low-resource-languages",
"version": "1.0.0",
"description": "Resources for conservation, development, and documentation of endangered, minority, and low or under-resourced human languages.",
"main": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"star": "./tooling/add_stars.sh README.md",
"check-links": "gem install awesome_bot && awesome_bot README.md --allow-dupe --allow-ssl --white-list https://github.com/RichardLitt/low-resource-languages/edit/master/README.md,https://victorio.uit.no/langtech/trunk/,http://app.phophlo.ca/,http://www.delph-in.net/matrix/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RichardLitt/low-resource-languages.git"
},
"keywords": [
"endangered",
"languages",
"languages",
"linguistics",
"low-resource",
"resources",
"list"
],
"author": "Richard Littauer <[email protected]> (http://burntfen.com)",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/RichardLitt/low-resource-languages/issues"
},
"homepage": "https://github.com/RichardLitt/low-resource-languages#readme"
}