-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 888 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": "vsts-coverage-styles",
"version": "1.0.9",
"description": "This package helps to convert the external css files in an HTML to an internal style i.e., injected using style tag in the document head.",
"main": "index.js",
"scripts": {
"test": "run.js"
},
"author": "David Gnanasekaran",
"license": "MIT",
"dependencies": {
"app-root-path": "^3.1.0",
"cheerio": "^1.0.0-rc.2",
"clean-css": "^5.3.3",
"glob": "^11.0.0"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/davidsekar/vsts-coverage-styles.git"
},
"keywords": [
"vsts",
"coverage",
"styles",
"html"
],
"bugs": {
"url": "https://github.com/davidsekar/vsts-coverage-styles/issues"
},
"homepage": "https://github.com/davidsekar/vsts-coverage-styles#readme"
}