-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
63 lines (63 loc) · 1.37 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
{
"name": "grunt-penthouse",
"description": "Grunt plugin for extracting critical path css",
"version": "1.0.0",
"homepage": "https://github.com/fatso83/grunt-penthouse",
"author": {
"name": "Carl-Erik Kopseng",
"email": "carlerik@gmail.com",
"url": "http://github.com/fatso83"
},
"scripts": {
"lint": "grunt jshint",
"test": "grunt test"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git://github.com/fatso83/grunt-penthouse.git"
},
"bugs": {
"url": "https://github.com/fatso83/grunt-penthouse/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fatso83/grunt-penthouse/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 6.0"
},
"dependencies": {
"penthouse": ">= 1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"express": "*",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"pre-commit": "^1.2.2"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"penthouse",
"critical path css",
"tools",
"css"
]
}