-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
68 lines (68 loc) · 1.5 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
{
"name": "grunt-coffee",
"description": "JavaScripts your Coffee",
"version": "0.0.6",
"homepage": "https://github.com/avalade/grunt-coffee",
"author": {
"name": "Aaron D. Valade",
"email": "[email protected]"
},
"contributors": [
{
"name": "Derek Lindahl",
"url": "https://github.com/dlindahl"
},{
"name": "Tim Oxley",
"url": "https://github.com/timoxley"
},{
"name": "Pete Bacon Darwin",
"url": "https://github.com/petebacondarwin"
},{
"name": "Kevin Rockwood",
"url": "https://github.com/rockwood"
},{
"name": "Ken 'Elf' Matheiu Sternberg",
"url": "https://github.com/elfsternberg"
},{
"name": "siriux",
"url": "https://github.com/siriux"
},{
"name": "Enleur",
"url": "https://github.com/Enleur"
},{
"name": "brewster1134",
"url": "https://github.com/brewster1134"
}
],
"repository": {
"type": "git",
"url": "git://github.com/avalade/grunt-coffee.git"
},
"bugs": {
"url": "https://github.com/avalade/grunt-coffee/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/avalade/grunt-coffee/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.3.8",
"coffee-script": "~1.3.1"
},
"devDependencies": {
"grunt": "~0.3.8",
"coffee-script": "~1.3.1"
},
"keywords": [
"gruntplugin"
]
}