-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 996 Bytes
/
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
{
"name": "html5-media-listener",
"version": "1.0.0",
"description": "Event listening interface for lazily-loaded HTML5 media. Supports percentage/second-based breakpoints.",
"main": "Gruntfile.js",
"scripts": {
"test": "npm run lint && npx karma start karma.conf.js --singleRun",
"lint": "npx eslint ./src"
},
"author": "LunaMetrics, LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/LunaMetrics/html5-media-listener.git"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"jasmine-core": "^3.4.0",
"js-beautify": "^1.10.0",
"karma": "^4.1.0",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.16"
},
"bugs": {
"url": "https://github.com/LunaMetrics/html5-media-listener/issues"
},
"dependencies": {
"eslint": "^5.16.0",
"karma-chrome-launcher": "^2.2.0"
}
}