forked from FieldDB/Praat-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 770 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 770 Bytes
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
{
"name": "praat-scripts",
"version": "4.0.7",
"description": "SpeCT - The Speech Corpus Toolkit for Praat",
"main": "index.js",
"scripts": {
"test": "jasmine-node tests"
},
"repository": {
"type": "git",
"url": "git://github.com/OpenSourceFieldlinguistics/Praat-Scripts.git"
},
"keywords": [
"praat",
"scripts",
"phonetics",
"mietta",
"lennes"
],
"author": "Mietta Lennes <mietta.lennes ATT helsinki.fi> (http://www.helsinki.fi/~lennes/praat-scripts/)",
"license": "GPL, Apache",
"bugs": {
"url": "https://github.com/OpenSourceFieldlinguistics/Praat-Scripts/issues"
},
"homepage": "https://github.com/OpenSourceFieldlinguistics/Praat-Scripts",
"devDependencies": {
"jasmine-node": "^1.14.3"
}
}