forked from radiantmediaplayer/rmp-vast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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": "rmp-vast",
"version": "3.2.1",
"author": "Radiant Media Player <[email protected]>",
"description": "A client-side JavaScript solution to load, parse and display VAST resources (advertising)",
"repository": {
"type": "git",
"url": "git+https://github.com/radiantmediaplayer/rmp-vast.git"
},
"main": "js/src/index.js",
"keywords": [
"vast",
"advertising",
"media",
"video",
"html5",
"javascript"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/radiantmediaplayer/rmp-vast/issues"
},
"homepage": "https://www.radiantmediaplayer.com/rmp-vast/app/",
"devDependencies": {
"eslint": "^7.28.0",
"grunt": "^1.4.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-shell": "^3.0.1",
"grunt-text-replace": "^0.4.0",
"load-grunt-config": "^3.0.1",
"selenium-webdriver": "^4.0.0-beta.4",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"time-grunt": "^2.0.0"
}
}