-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 KB
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
45
46
47
48
49
50
51
52
53
54
{
"name": "csscritic",
"title": "CSS Critic",
"version": "0.7.0",
"description": "A lightweight tool for regression testing of Cascading Style Sheets.",
"keywords": [
"CSS",
"regression",
"test"
],
"homepage": "http://www.github.com/cburgmer/csscritic",
"license": "MIT",
"author": {
"name": "Christoph Burgmer",
"email": "christoph.burgmer@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/cburgmer/csscritic.git"
},
"dependencies": {
"ayepromise": "~1.1.0",
"imagediff": "~1.0.7",
"inlineresources": "~0.1.0",
"jssha": "1.5.0",
"rasterizehtml": "~1.0.0"
},
"devDependencies": {
"cssify": "~0.7.0",
"ejs": "~2.1.4",
"grunt": "~0.4.5",
"grunt-browserify": "~3.2.1",
"grunt-cli": "~0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jasmine": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-regex-check": "~0.1.9",
"grunt-shell": "~1.1.1",
"grunt-umd": "~2.2.1",
"jasmine-core": "2.1.2",
"jasmine-jquery": "git://github.com/velesin/jasmine-jquery",
"jquery": "~2.1.0",
"minifyify": "~6.3.1",
"phantomjs": "1.9.8",
"slimerjs": "0.9.1-2"
},
"scripts": {
"test": "bash go --verbose"
}
}