-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
74 lines (74 loc) · 1.64 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
{
"name": "grunt-combine-mq",
"description": "Grunt plugin for node-combine-mq",
"version": "0.9.0",
"homepage": "https://github.com/frontendfriends/grunt-combine-mq",
"author": "Building Blocks Ltd <[email protected]>",
"maintainers": [
{
"name": "Paul Welsh",
"email": "[email protected]",
"web": "https://github.com/spacedawwwg"
},
{
"name": "Daniel Furze",
"email": "[email protected]",
"web": "https://github.com/furzeface"
}
],
"contributors": [
{
"name": "Paul Welsh",
"email": "[email protected]"
},
{
"name": "Daniel Furze",
"email": "[email protected]"
},
{
"name": "John Cashmore"
},
{
"name": "Thomas Dobber",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/frontendfriends/grunt-combine-mq.git"
},
"bugs": {
"url": "https://github.com/frontendfriends/grunt-combine-mq/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/frontendfriends/grunt-combine-mq/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.1.0"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"dependencies": {
"chalk": "^1.0.0",
"combine-mq": "latest",
"pretty-bytes": "^1.0.4"
},
"keywords": [
"gruntplugin"
]
}