-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.52 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
{
"name": "iab",
"version": "1.0.2",
"description": "IAB's VAST & VMAP formats parser for Node.js",
"main": "./built/js/index.js",
"types": "./built/definitions/index.d.ts",
"scripts": {
"test": "gulp test",
"start": "echo 'Nothing to start' && exit 1"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git@github.com:etf1/IAB.git"
},
"keywords": [
"typescript",
"node",
"ad",
"IAB"
],
"author": "eTF1",
"license": "UNLICENSED",
"devDependencies": {
"@types/bluebird": "^3.0.37",
"@types/chai": "^3.4.34",
"@types/chai-as-promised": "^0.0.29",
"@types/joi": "^10.0.0",
"@types/lodash": "^4.14.52",
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"@types/xml2json": "^0.10.0",
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clone": "^1.0.0",
"gulp-if": "^2.0.2",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-sourcemap": "^1.0.1",
"gulp-sync": "^0.1.4",
"gulp-tslint": "^6.1.2",
"gulp-typescript": "^3.0.2",
"gulp-util": "^3.0.7",
"merge2": "^1.0.3",
"mocha": "^3.2.0",
"remap-istanbul": "^0.9.1",
"source-map-support": "^0.4.6",
"tslint": "^3.15.1",
"tslint-microsoft-contrib": "^2.0.13",
"typedoc": "^0.5.5",
"typescript": "^2.1.1"
},
"dependencies": {
"joi": "^10.0.2",
"lodash": "^4.17.2",
"xml2json": "^0.11.0"
},
"peerDependencies": {}
}