-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
77 lines (77 loc) · 1.76 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "vast-player",
"version": "0.2.10",
"description": "Playback VAST creatives in a web browser.",
"main": "index.js",
"scripts": {
"test": "grunt test",
"prepublish": "npm test && npm run build",
"build": "grunt build",
"tdd": "grunt tdd",
"examples": "grunt server"
},
"files": [
"dist",
"lib",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cinema6/vast-player.git"
},
"keywords": [
"vast",
"vpaid",
"iab",
"video",
"ads",
"ads",
"advertising",
"video",
"player",
"video",
"player"
],
"author": "Reelcontent, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/cinema6/vast-player/issues"
},
"homepage": "https://github.com/cinema6/vast-player#readme",
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"flex-sdk": "^4.0.0-0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.1",
"grunt-mxmlc": "^0.5.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-browserify": "^5.0.1",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.4",
"proxyquire": "^1.7.4",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.1.1",
"watchify": "^3.7.0"
},
"dependencies": {
"browserify-versionify": "^1.0.6",
"lie": "^3.0.2",
"sort-by": "^1.1.1",
"vastacular": "^0.2.0"
},
"browserify": {
"transform": [
"browserify-versionify"
]
}
}