-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 844 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 844 Bytes
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
{
"name": "openrtb",
"version": "3.6.1",
"description": "A Javascript library which builds and validates OpenRTB objects",
"main": "index.js",
"scripts": {
"test": "mocha --recursive test",
"cov": "NODE_ENV=test istanbul cover node_modules/.bin/_mocha -- --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/Avocarrot/openrtb"
},
"keywords": [
"openrtb",
"real",
"time",
"bidding",
"advertising"
],
"author": "The Avocarrot Rockstar Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Avocarrot/openrtb/issues"
},
"homepage": "https://github.com/Avocarrot/openrtb",
"dependencies": {
"ajv": "^1.4.3"
},
"devDependencies": {
"mocha": "^2.2.4",
"moment": "^2.14.1",
"should": "^6.0.1",
"timekeeper": "0.0.5"
}
}