forked from indexexchange/rubicon-project-ext-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 790 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
{
"name": "rubicon-project-ext-module",
"version": "2.1.0",
"description": "a complete self-serve partner development package for the header tag wrapper",
"main": "rubicon-project-ext-htb.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git@github.com:indexexchange/rubicon-project-ext-adapter.git"
},
"author": "Index Exchange",
"license": "UNLICENSED",
"devDependencies": {
"mock-browser": "^0.92.14"
},
"dependencies": {
"chai": "^4.0.2",
"chai-spies": "^0.7.1",
"jasmine": "^2.6.0",
"jsonfile": "^4.0.0",
"parse-json": "^4.0.0",
"path": "^0.12.7",
"proxyquire": "^1.8.0",
"schema-inspector": "^1.6.8",
"sinon": "^4.1.3",
"sinon-chai": "^2.14.0",
"typeof": "^1.0.0"
}
}