-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 897 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "syllabesjs",
"version": "1.0.0",
"description": "A JavaScript parser of multiple subtitles or lyrics file formats",
"keywords": [
"subtitles",
"lyrics",
"ultrastar",
"subrip",
"srt",
"webvtt",
"vtt"
],
"homepage": "https://github.com/Komanaki/syllabesjs",
"bugs": "https://github.com/Komanaki/syllabesjs/issues",
"license": "MIT",
"author": "Komanaki",
"repository": {
"type": "git",
"url": "https://github.com/Komanaki/syllabesjs.git"
},
"main": "dist/syllabes.js",
"files": [
"src",
"dist",
"demo"
],
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.1.1",
"gulp-typescript": "^2.13.6",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.9",
"tslint": "^3.15.1",
"typescript": "^1.8.10"
}
}