-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1002 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1002 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
37
38
39
40
41
42
43
44
{
"name": "css-specs",
"version": "2.2.8",
"description": "report if a compiled / minified / huge css file contain expected styles for given elements",
"main": "index.js",
"scripts": {
"start": "phantomjs ./index.js http://perdu.com",
"test": "eslint lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeachco/css-specs.git"
},
"author": "Olivier Rousseau <zeachco@gmail.com> (http://github.com/zeachco)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeachco/css-specs/issues"
},
"homepage": "https://github.com/zeachco/css-specs#readme",
"dependencies": {
"colors": "^1.1.2",
"express": "^4.13.3",
"jquerygo": "0.0.16",
"phantomjs": "^2.1.7"
},
"devDependencies": {
"eslint": "^4.1.0"
},
"keywords": [
"css",
"test",
"regression",
"spreadsheet"
],
"engines": {
"node": ">=0.6"
},
"bin": "./bin/css-specs.js",
"files": [
"lib/",
"bin/",
"config.js"
]
}