-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
package.json
35 lines (35 loc) · 961 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
34
35
{
"name": "prebid.github.io",
"version": "1.0.0",
"description": "This repository contains the source files for the Prebid.js documentation site at [Prebid.org](https://prebid.org).",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run development",
"watch": "bundle exec jekyll serve",
"postinstall": "./npm-postinstall.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AtreNet/prebid.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AtreNet/prebid.github.io/issues"
},
"homepage": "https://github.com/AtreNet/prebid.github.io#readme",
"devDependencies": {
},
"dependencies": {
"awesomplete": "^1.1.5",
"bootstrap": "^4.5.3",
"bourbon": "^7.0.0",
"include-media": "^1.4.9",
"popper.js": "^1.16.1"
}
}