UNPKG

1.13 kBJSONView Raw
1{
2 "name": "grunt-contrib-coffee",
3 "description": "Compile CoffeeScript files to JavaScript.",
4 "version": "0.9.0",
5 "homepage": "https://github.com/gruntjs/grunt-contrib-coffee",
6 "author": {
7 "name": "Grunt Team",
8 "url": "http://gruntjs.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/gruntjs/grunt-contrib-coffee.git"
13 },
14 "bugs": {
15 "url": "https://github.com/gruntjs/grunt-contrib-coffee/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/gruntjs/grunt-contrib-coffee/blob/master/LICENSE-MIT"
21 }
22 ],
23 "engines": {
24 "node": ">= 0.8.0"
25 },
26 "scripts": {
27 "test": "grunt test"
28 },
29 "dependencies": {
30 "coffee-script": "~1.7.0",
31 "chalk": "~0.4.0",
32 "lodash": "~2.4.1"
33 },
34 "devDependencies": {
35 "grunt-contrib-jshint": "~0.6.4",
36 "grunt-contrib-nodeunit": "~0.2.1",
37 "grunt-contrib-clean": "~0.5.0",
38 "grunt-contrib-internal": "~0.4.6",
39 "grunt": "~0.4.1"
40 },
41 "peerDependencies": {
42 "grunt": "~0.4.0"
43 },
44 "keywords": [
45 "gruntplugin"
46 ],
47 "files": [
48 "tasks",
49 "LICENSE-MIT"
50 ]
51}