-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
29 lines (29 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
{
"name": "clappr-thumbnails-plugin",
"version": "3.7.3",
"description": "A plugin for clappr which will display thumbnails when hovering over the scrub bar.",
"main": "dist/clappr-thumbnails-plugin.js",
"scripts": {
"build": "./node_modules/.bin/webpack --progress --optimize-occurence-order",
"watch": "./node_modules/.bin/webpack --progress --optimize-occurence-order --watch",
"release": "./node_modules/.bin/webpack --progress --optimize-occurence-order -p"
},
"author": "Thomas Jenkinson <tjcode@outlook.com>",
"license": "MIT",
"repository": "tjenkinson/clappr-thumbnails-plugin",
"devDependencies": {
"babel-core": "^6.7.5",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-preset-es2015": "^6.6.0",
"clean-webpack-plugin": "^0.1.3",
"compass-mixins": "^0.12.7",
"css-loader": "^0.24.0",
"es6-promise-polyfill": "^1.2.0",
"html-loader": "^0.4.3",
"node-sass": "^5.0.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.2"
}
}