-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
33 lines (33 loc) · 871 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
{
"author": "Jon Gjengset <[email protected]>",
"contributors": [],
"name": "vast-vmap",
"description": "JavaScript library for working with the IAB VAST and VMAP standards",
"version": "0.0.1",
"homepage": "https://github.com/jonhoo/vast-vmap",
"repository": {
"type": "git",
"url": "git://github.com/jonhoo/vast-vmap"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"
}
],
"private": false,
"devDependencies": {
"buster": "^0.7.18",
"grunt": ">= 0.4.0",
"grunt-buster": "^0.3.2",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "git://github.com/jharding/grunt-exec.git",
"phantomjs": "^1.9.18"
},
"scripts": {
"test": "grunt test"
},
"optionalDependencies": {}
}