forked from CrystalComputerCorp/smpte-timecode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "@ownzones/smpte-timecode",
"version": "2.0.0",
"description": "JavaScript implementation of SMPTE timecode type",
"main": "smpte-timecode.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
"coverage": "codecov --file=coverage/lcov.info --disable=gcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OwnZones/smpte-timecode.git"
},
"keywords": [
"SMPTE",
"Timecode",
"dropframe",
"drop-frame",
"video",
"time"
],
"engines": {
"node": ">=16.0.0 <17"
},
"author": "Dimitri Tarassenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/OwnZones/smpte-timecode/issues"
},
"homepage": "https://github.com/OwnZones/smpte-timecode#readme",
"devDependencies": {
"codecov": "3.5.0",
"coveralls": "3.0.6",
"expect.js": "0.3.1",
"istanbul": "0.4.5",
"mocha": "6.2.0",
"publish": "0.6.0"
},
"packageManager": "yarn@3.2.0"
}