-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.16 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
{
"name": "video-color-tracker",
"version": "0.1.4",
"description": "Get the average color of areas where DOM elements overlap a video.",
"main": "dist/VideoColorTracker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madebymode/video-color-tracker.git"
},
"author": "MODE <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/madebymode/video-color-tracker/issues"
},
"homepage": "https://madebymode.github.io/video-color-tracker",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"core-js": "^2.5.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"js-draggable": "^1.0.3",
"lata": "^0.1.2",
"lodash.throttle": "^4.1.1",
"minimis": "^0.1.7",
"npm-sass": "^2.2.1",
"stylelint-config-property-sort-order-smacss": "^2.0.0",
"uglifyjs-webpack-plugin": "^1.1.4",
"vinyl-named": "^1.1.0",
"webpack-stream": "^4.0.0"
}
}