-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 1.88 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@Blackbaud-PaulCrowder/grunt-phantomcss-slimerjs",
"description": "Plugin to do CSS regression testing via PhantomCSS and SlimerJS.",
"version": "0.4.4",
"homepage": "https://github.com/Blackbaud-PaulCrowder/grunt-phantomcss-slimerjs",
"author": {
"name": "Paul Crowder",
"email": "paul.crowder@blackbaud.com"
},
"contributors": [
{
"name": "Larry Davis",
"email": "lazd@lazd.net",
"url": "https://github.com/lazd"
},
{
"name": "Aliaksei Sapach",
"email": "dreamsonic@tut.by",
"url": "https://github.com/asapach"
},
{
"name": "Anselm Hannemann",
"email": "info@anselm-hannemann.com",
"url": "http://helloanselm.com/"
},
{
"name": "Micah Godbolt",
"email": "micahgodbolt@gmail.com",
"url": "https://github.com/micahgodbolt"
}
],
"repository": {
"type": "git",
"url": "git://github.com/Blackbaud-PaulCrowder/grunt-phantomcss-slimerjs.git"
},
"bugs": {
"url": "https://github.com/Blackbaud-PaulCrowder/grunt-phantomcss-slimerjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Blackbaud-PaulCrowder/grunt-phantomcss-slimerjs/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-jscs": "^2.0.0",
"jit-grunt": "^0.8.0",
"time-grunt": "^0.4.0"
},
"dependencies": {
"bower": "^1.3.9",
"path": "^0.4.9",
"phantomcss": "^0.10.1",
"slimerjs": "0.9.6",
"temporary": "0.0.8"
},
"keywords": [
"gruntplugin",
"phantomcss",
"css",
"regression",
"test",
"phantomjs",
"grunt"
]
}