-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.01 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
78
79
{
"name": "vastacular",
"version": "0.2.2",
"description": "Fetches/parses IAB VAST 2.0/3.0 XML.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cinema6/vastacular.git"
},
"keywords": [
"advertising",
"VAST",
"IAB",
"xml",
"ads"
],
"author": {
"name": "Cinema6, Inc."
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cinema6/vastacular/issues"
},
"homepage": "https://github.com/cinema6/vastacular",
"devDependencies": {
"brfs": "^1.4.1",
"function-bind": "^1.0.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-browserify": "^4.3.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18"
},
"dependencies": {
"cheerio": "^0.19.0",
"lie": "^3.0.1",
"superagent": "^1.3.0"
},
"browser": {
"./lib/utils/parse_xml.js": "./lib/utils/parse_xml--browser.js"
},
"gitHead": "aff992ca386cd6a715671811793cc0b7e2471950",
"_id": "[email protected]",
"_shasum": "5d5864d1fa8f47621e3fc80258dcdc7b5b4e0159",
"_from": "vastacular@latest",
"_npmVersion": "2.14.15",
"_nodeVersion": "0.10.24",
"_npmUser": {
"name": "minznerjosh",
"email": "[email protected]"
},
"dist": {
"shasum": "5d5864d1fa8f47621e3fc80258dcdc7b5b4e0159",
"tarball": "https://registry.npmjs.org/vastacular/-/vastacular-0.2.0.tgz"
},
"maintainers": [
{
"name": "minznerjosh",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/vastacular-0.2.0.tgz_1455217055315_0.8700962355360389"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/vastacular/-/vastacular-0.2.0.tgz",
"readme": "ERROR: No README data found!"
}