-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.17 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
44
{
"name": "textgrid",
"description": "A small library which can parse TextGrid into json and json into TextGrid",
"version": "2.2.0",
"homepage": "https://github.com/OpenSourceFieldlinguistics/PraatTextGridJS",
"author": {
"name": "OpenSourceFieldLinguistics Contribs",
"email": ""
},
"repository": {
"type": "git",
"url": "git://github.com/OpenSourceFieldlinguistics/PraatTextGridJS.git"
},
"bugs": {
"url": "https://github.com/OpenSourceFieldlinguistics/PraatTextGridJS/issues"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "https://github.com/OpenSourceFieldlinguistics/PraatTextGridJS/blob/master/LICENSE"
}
],
"main": "lib/textgrid",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"build": "grunt",
"lint": "grunt jshint",
"test": "jasmine-node test",
"watch": "grunt watch --force"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-jasmine-node": "^0.3.1",
"jasmine-node": "^3.0.0"
},
"keywords": []
}