-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 941 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 941 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "srt",
"version": "0.1.0",
"description": "Parse srt subtitle files",
"keywords": [
"srt",
"subtitle"
],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Colingo/srt-parser.git",
"main": "index",
"homepage": "https://github.com/Colingo/srt-parser",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"bugs": {
"url": "https://github.com/Colingo/srt-parser/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {
"ap": "~0.1.0",
"iterators": "~0.1.0",
"xtend": "~1.0.3"
},
"devDependencies": {
"testling": "git://github.com/Raynos/testling#master",
"testem": "git://github.com/Raynos/testem#master",
"tap": "git://github.com/Raynos/node-tap"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Colingo/srt-parser/raw/master/LICENSE"
}
],
"scripts": {
"test": "make node-test"
}
}