-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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
45
46
{
"name": "node-captions",
"version": "0.4.6",
"description": "Lightweight closed caption converter",
"main": "captions.js",
"scripts": {
"test": "grunt",
"jsdoc": "grunt jsdoc"
},
"author": "Jason Rojas <jason@nothingbeatsaduck.com>",
"license": "MIT",
"dependencies": {
"iconv-lite": "^0.4.4",
"moment": "^2.6.0"
},
"devDependencies": {
"time-grunt": "^0.3.1",
"load-grunt-tasks": "^0.4.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-jsbeautifier": "^0.2.10",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jslint": "^1.1.12",
"jshint-stylish": "^0.2.0",
"should": "^3.3.2",
"mocha": "^1.19.0",
"grunt-mocha-istanbul": "^1.4.1",
"jsdoc": "^3.3.0-alpha5",
"grunt-jsdoc": "^0.5.4",
"load-grunt-tasks": "^3.1.0"
},
"directories": {
"test": "test"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git://github.com/jasonrojas/node-captions.git"
},
"bugs": {
"url": "https://github.com/jasonrojas/node-captions/issues"
},
"homepage": "https://github.com/jasonrojas/node-captions"
}