forked from CrystalComputerCorp/smpte-timecode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "smpte-timecode",
"version": "1.2.3",
"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/CrystalComputerCorp/smpte-timecode.git"
},
"keywords": [
"SMPTE",
"Timecode",
"dropframe",
"drop-frame",
"video",
"time"
],
"author": "Dimitri Tarassenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/CrystalComputerCorp/smpte-timecode/issues"
},
"homepage": "https://github.com/CrystalComputerCorp/smpte-timecode#readme",
"devDependencies": {
"codecov": "^3.5.0",
"coveralls": "^3.0.2",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"lodash.isequal": "^4.5.0",
"mocha": "^5.2.0",
"sinon": "^7.1.1"
}
}