-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
52 lines (52 loc) · 1.46 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "video-thumbnail-generator",
"version": "1.1.3",
"description": "Package to generate a thumbail for an mp4 video",
"main": "build/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/volumenetwork/video-thumbnail-generator"
},
"scripts": {
"compile": "./node_modules/.bin/gulp build",
"clean": "./node_modules/.bin/gulp clean",
"watch": "./node_modules/.bin/gulp watch",
"test": "./node_modules/.bin/gulp test",
"prepublish": "./node_modules/.bin/gulp prepublish"
},
"devDependencies": {
"babel-eslint": "7.2.1",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-es2016": "6.22.0",
"babel-register": "6.24.0",
"chai": "3.5.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "3.0.2",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-react": "6.10.3",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-babel-istanbul": "1.6.0",
"gulp-eslint": "3.0.1",
"gulp-istanbul": "1.1.1",
"gulp-mocha": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-sourcemaps": "2.4.1",
"gulp-util": "3.0.8",
"isparta": "4.0.0",
"istanbul": "0.4.5",
"run-sequence": "1.2.2",
"sinon": "2.1.0",
"sinon-chai": "2.9.0"
},
"dependencies": {
"bluebird": "3.5.0",
"del": "2.2.2",
"fluent-ffmpeg": "2.1.0",
"lodash": "^4.17.11",
"moment": "2.22.2"
}
}