-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
22 lines (22 loc) · 927 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "low-resource-languages",
"version": "1.0.1",
"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": "RichardLitt/low-resource-languages",
"keywords": [
"endangered",
"languages",
"linguistics",
"low-resource",
"resources",
"list"
],
"author": "Richard Littauer <[email protected]> (http://burntfen.com)",
"license": "CC-BY-SA-4.0"
}