Skip to content

Commit 8158a5d

Browse files
committed
bower init
1 parent e7c287c commit 8158a5d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

bower.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "textgrid",
3+
"version": "2.2.0",
4+
"homepage": "https://github.com/OpenSourceFieldlinguistics/PraatTextGridJS",
5+
"authors": [
6+
"OpenSourceFieldLinguistics Contribs"
7+
],
8+
"description": "A small library which can parse TextGrid into json and json into TextGrid",
9+
"main": "lib/textgrid.js",
10+
"moduleType": [
11+
"amd",
12+
"node"
13+
],
14+
"keywords": [
15+
"praat",
16+
"textgrid"
17+
],
18+
"license": "Apache 2.0",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests",
25+
"dist",
26+
"Gruntfile.js",
27+
"data",
28+
"package.json"
29+
]
30+
}

0 commit comments

Comments
 (0)