forked from openstax/css-coverage.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1006 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1006 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": "css-coverage",
"version": "1.2.0",
"scripts": {
"test": "./bin/css-coverage --cover-declarations --html ./test/test.html --css ./test/test.css --lcov ./test/test.lcov",
"test-debug": "node --inspect-brk ./bin/css-coverage --cover-declarations --html ./test/test.html --css ./test/test.css --lcov ./test/test.lcov",
"posttest": "standard --fix"
},
"dependencies": {
"bunyan": "^1.8.12",
"bunyan-format": "^0.2.1",
"commander": "2.16.0",
"css-tree": "1.0.0-alpha25",
"dotenv": "^6.0.0",
"phantomjs-prebuilt": "2.1.16",
"puppeteer": "^1.5.0",
"sizzle": "2.3.3",
"source-map": "0.7.3",
"standard": "^11.0.1"
},
"bin": {
"css-coverage": "bin/css-coverage"
},
"preferGlobal": true,
"keywords": [
"css",
"coverage",
"unit",
"test",
"source-map"
],
"main": "index.js",
"repository": "https://github.com/philschatz/css-coverage.js.git",
"author": "Philip Schatz <phil@cnx.org>",
"license": "MIT"
}