-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "prebid-packager",
"version": "0.2.0",
"description": "A packaging implementation for enterprise Prebid.js setups",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node package.js",
"package": "node package.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prebid/Prebid.js-packager.git"
},
"keywords": [
"prebid",
"enterprise",
"packaging"
],
"author": "the prebid.js contributors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/prebid/Prebid.js-packager/issues"
},
"homepage": "https://github.com/prebid/Prebid.js-packager/blob/master/README.md",
"devDependencies": {
"jest": "^20.0.4"
},
"dependencies": {
"bluebird": "^3.5.0",
"del": "^3.0.0",
"glob": "^7.1.2",
"lerna": "^2.5.1",
"lodash": "^4.17.4",
"sanitize-filename": "^1.6.1",
"semver": "^5.4.1",
"shelljs": "^0.7.8",
"targz": "^1.0.1",
"through2": "^2.0.3",
"uglify-js": "^3.3.7",
"yargs": "^10.1.1"
}
}