forked from dailymotion/vast-client-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 898 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
{
"name": "vast-client-js",
"author": "Olivier Poitrey <[email protected]>",
"version": "1.3.2",
"description": "Javascript VAST Client",
"keywords": ["vast", "ad", "advertising", "iab", "in-stream", "video"],
"repository": {"type": "git", "url": "https://github.com/rs/vast-client-js"},
"licenses": [{"type": "MIT", "url": "https://github.com/rs/vast-client-js/raw/master/LICENSE"}],
"engines": {
"node": "0.10.26"
},
"scripts":
{
"test": "mocha --compilers coffee:coffee-script/register --reporter spec test/*.coffee",
"bundle": "browserify -s DMVAST -c 'coffee -scb' src/index.coffee -o vast-client.js"
},
"devDependencies":
{
"mocha": "1.18.2",
"should": "3.2.0",
"xmldom": "0.1.19"
},
"dependencies":
{
"coffee-script": "~1.7.1",
"browserify": "4.2.1"
}
}